We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47b6e7d commit 80ccc78Copy full SHA for 80ccc78
src/directives/disqus/README.md
@@ -15,7 +15,9 @@ the default hash-only (no `!`) urls that Angular uses.
15
16
## Installation
17
18
-1. Download the file `dirDisqus.js` or use the Bower command `bower install angular-utils-disqus`
+1. Download the file `dirDisqus.js` or:
19
+ * via Bower: `bower install angular-utils-disqus`
20
+ * via npm: `npm install angular-utils-disqus`
21
2. Include the JavaScript file in your index.html page.
22
2. Add a reference to the module `angularUtils.directives.dirDisqus` to your app.
23
src/directives/disqus/dirDisqus.js
@@ -85,4 +85,4 @@
85
}
86
};
87
}]);
88
-})();
+})();
0 commit comments