We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7294806 commit d033865Copy full SHA for d033865
Readme.md
@@ -18,6 +18,10 @@ app.listen(3000);
18
19
$ npm install -g express
20
21
+ To install the 3.0 alpha:
22
+
23
+ $ npm install -g [email protected]
24
25
## Quick Start
26
27
The quickest way to get started with express is to utilize the executable `express(1)` to generate an application as shown below:
0 commit comments