mirror of
https://github.com/zebrajr/express.git
synced 2026-01-15 12:15:27 +00:00
Update Readme.md
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
|
||||

|
||||
|
||||
Fast, unopinionated, minimalist web framework for [node](http://nodejs.org). [](http://travis-ci.org/visionmedia/express)
|
||||
@@ -74,8 +73,9 @@ app.listen(3000);
|
||||
|
||||
## Viewing Examples
|
||||
|
||||
First install the dev dependencies to install all the example / test suite deps:
|
||||
Clone the Express repo, then install the dev dependencies to install all the example / test suite deps:
|
||||
|
||||
$ git clone git://github.com/visionmedia/express.git --depth 1
|
||||
$ cd express
|
||||
$ npm install
|
||||
|
||||
|
||||
Reference in New Issue
Block a user