Update README.md
authorRaivis Vitols <raivis-vitols@users.noreply.github.com>
Fri, 17 Mar 2017 20:42:33 +0000 (22:42 +0200)
committerGitHub <noreply@github.com>
Fri, 17 Mar 2017 20:42:33 +0000 (22:42 +0200)
README.md

index d9fb313779d0333f4751891879f1d16cbf9b3a91..da58a7500836410fd1d64b6f59f3cdf8bfc52c92 100644 (file)
--- a/README.md
+++ b/README.md
@@ -22,7 +22,7 @@ Edit the `content/themes/[theme-folder]/partials/sidebar.hbs` file. Social links
 
 ## Enabling Disqus Comments Box
 
-1. Edit the `content/themes/[theme-folder]/post.hbs` file, uncomment "comments" partial inclusion. The `<!--{{> "comments"}}-->` one.
+1. Edit the `content/themes/[theme-folder]/post.hbs` file, uncomment `<!--{{> "comments"}}-->` partial inclusion.
 
 2. Replace Disqus embed code with your site code. Edit `content/themes/[theme-folder]/partials/comments.hbs` file and replace `loadDisqusComments` function body with Disqus embed code function.