We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
server.js
1 parent 651ae7d commit de5fb30Copy full SHA for de5fb30
1 file changed
README.md
@@ -29,7 +29,7 @@ FastBoot App Server requires Node.js v4.2 or later.
29
30
## Quick Start
31
32
-Put the following in a `server.js` file:
+Put the following in a `fastboot-server.js` file:
33
34
```js
35
const FastBootAppServer = require('fastboot-app-server');
@@ -48,7 +48,7 @@ your server. (See [Application Builds](#application-builds) below.)
48
Run the server file:
49
50
```
51
-$ PORT=8000 node server.js
+$ PORT=8000 node fastboot-server.js
52
53
54
This will start an HTTP server on port 8000. To stop the server, type
0 commit comments