File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ This example shows how to run Anychart library with NodeJS using Express, Jade a
6
6
### Running
7
7
To use this sample you must have:
8
8
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/ ) .
10
10
To check your MongoDB installation, run following command in command line:
11
11
```
12
12
$ mongod -version
@@ -23,7 +23,7 @@ $ ps -ef | grep mongod | grep -v grep
23
23
mongodb 1085 1 0 09:51 ? 00:00:52 /usr/bin/mongod --config /etc/mongod.conf # sample output
24
24
```
25
25
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/ ) .
27
27
To check your npm installation, run following command in command line:
28
28
```
29
29
$ npm -v
You can’t perform that action at this time.
0 commit comments