Skip to content

Commit 223597c

Browse files
committed
Updated README.md
1 parent 2b2e078 commit 223597c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ _Bootstrap template plugin_ <https://github.com/neogeek/doxdox-plugin-bootstrap>
4242

4343
The following instructions assume you have already setup JSDoc comment blocks in your codebase. If you have not and would like to learn more about how to use JSDoc, visit <http://usejsdoc.org/>.
4444

45-
First install <b>doxdox</b> globally with NPM.
45+
First install doxdox globally with [NPM](http://npmjs.com/).
4646

4747
```bash
4848
$ npm install doxdox -g
@@ -69,7 +69,7 @@ $ doxdox 'lib/**/*.js' --layout markdown --output DOCUMENTATION.md
6969

7070
## Installation
7171

72-
doxdox can be installed via either NPM or Yarn.
72+
doxdox can be installed via either [NPM](http://npmjs.com/) or [Yarn](https://yarnpkg.com/).
7373

7474
```bash
7575
$ npm install doxdox -g

0 commit comments

Comments
 (0)