Skip to content
This repository has been archived by the owner on Feb 25, 2020. It is now read-only.

Commit

Permalink
fixed node-fibers error in README
Browse files Browse the repository at this point in the history
  • Loading branch information
olegp committed Jun 14, 2011
1 parent 916bd1f commit 1d7f74a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ To install the latest version of `common-node`, clone the repository (an npm pac

Change to the package directory and run the "Hello World" example server:

cd common-node; node-sync examples/hello.js
cd common-node; node-fibers examples/hello.js

To test that it's working as expected, make an HTTP request from another prompt:

Expand Down Expand Up @@ -64,11 +64,11 @@ Documentation is work in progress - for the time being it is recommended that y

To run the unit tests execute the following command:

node-sync test/all.js
node-fibers test/all.js

You can also run individual tests, for example:

node-sync test/io.js
node-fibers test/io.js

### Benchmarks

Expand Down

0 comments on commit 1d7f74a

Please sign in to comment.