Skip to content

Commit

Permalink
README, 'stack' -> 'stack2'
Browse files Browse the repository at this point in the history
  • Loading branch information
TooTallNate committed Apr 4, 2011
1 parent 09c7752 commit 7c657e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.markdown
Expand Up @@ -24,13 +24,13 @@ Basically it's the core idea of connect but in a standalone and super minimal st

If you use npm, then install stack via npm. Also, remember to put it as a dependency in your own project's package.json file.

npm install stack
npm install stack2

If you don't use npm (Like you're on a phone), then simply copy the single file `stack.js` somewhere you can get to it.

## Example

http.createServer(require('stack')(
http.createServer(require('stack2')(
require('loggerMiddleware')(),
require('staticMiddleware')(root, mount),
//...
Expand Down

0 comments on commit 7c657e7

Please sign in to comment.