Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e1cf9a4

Browse files
committed
Updated node.js server example description
1 parent 629b064 commit e1cf9a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ In the <b>examples</b> folder you will find:
5656

5757
* Demo servers which handle multipart form upload in:
5858
* <b>PHP</b>. You need a running web server (e.g. Apache + PHP) in which to put the script
59-
* <b>node.js</b>. You need to have node.js and npm installed. [Refer to this guide](https://github.com/joyent/node/wiki/installing-node.js-via-package-manager). To run the server, simply execute:
59+
* <b>node.js</b>. You need to have node.js and npm installed. [Refer to this guide](https://github.com/joyent/node/wiki/installing-node.js-via-package-manager). To run the server, open a terminal, navigate to ```examples/server-nodejs``` folder and simply execute:
6060

6161
```
6262
npm install (only the first time)

0 commit comments

Comments
 (0)