Skip to content

Commit 80ccc78

Browse files
dirDisqus: Add npm option to readme.
1 parent 47b6e7d commit 80ccc78

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/directives/disqus/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ the default hash-only (no `!`) urls that Angular uses.
1515

1616
## Installation
1717

18-
1. Download the file `dirDisqus.js` or use the Bower command `bower install angular-utils-disqus`
18+
1. Download the file `dirDisqus.js` or:
19+
* via Bower: `bower install angular-utils-disqus`
20+
* via npm: `npm install angular-utils-disqus`
1921
2. Include the JavaScript file in your index.html page.
2022
2. Add a reference to the module `angularUtils.directives.dirDisqus` to your app.
2123

src/directives/disqus/dirDisqus.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,4 +85,4 @@
8585
}
8686
};
8787
}]);
88-
})();
88+
})();

0 commit comments

Comments
 (0)