Skip to content

Commit

Permalink
SIMPLY
Browse files Browse the repository at this point in the history
  • Loading branch information
catshirt committed Jul 7, 2012
1 parent 150d853 commit b71719c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ you can create a restfs api using the standalone server or including it in your
server
---

to start a simple server, simply run `restfs`. `dir` and `port` options are available, which default to `process.cwd()` and `8000` respectively. to browse a given directory from [http://localhost:8000/](http://localhost:8000/), simply run
to start a standalone server, run `restfs`. `dir` and `port` options are available, which default to `process.cwd()` and `8000` respectively. to browse a given directory from [http://localhost:8000/](http://localhost:8000/), simply run

$ restfs

Expand Down

0 comments on commit b71719c

Please sign in to comment.