Skip to content

Commit 9232569

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 795f9eb + 738be81 commit 9232569

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
@@ -6,7 +6,7 @@ This example shows how to run Anychart library with NodeJS using Express, Jade a
66
### Running
77
To use this sample you must have:
88

9-
MongoDB installed and running, if not please checkout https://docs.mongodb.com/manual/installation/
9+
MongoDB installed and running, if not please checkout [MongoDb installation guide](https://docs.mongodb.com/manual/installation/).
1010
To check your MongoDB installation, run following command in command line:
1111
```
1212
$ mongod -version
@@ -23,7 +23,7 @@ $ ps -ef | grep mongod | grep -v grep
2323
mongodb 1085 1 0 09:51 ? 00:00:52 /usr/bin/mongod --config /etc/mongod.conf # sample output
2424
```
2525

26-
npm package manager, if not please checkout https://www.npmjs.com/
26+
npm package manager, if not please checkout [official npm site](https://www.npmjs.com/).
2727
To check your npm installation, run following command in command line:
2828
```
2929
$ npm -v

0 commit comments

Comments
 (0)