Skip to content

Commit 375e44c

Browse files
author
Robert Jackson
authored
Merge pull request #49 from oskarrough/fix-serverjs-conflict
2 parents 581be4c + de5fb30 commit 375e44c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ FastBoot App Server requires Node.js v10 or later.
3131

3232
## Quick Start
3333

34-
Put the following in a `server.js` file:
34+
Put the following in a `fastboot-server.js` file:
3535

3636
```js
3737
const FastBootAppServer = require('fastboot-app-server');
@@ -58,7 +58,7 @@ your server. (See [Application Builds](#application-builds) below.)
5858
Run the server file:
5959

6060
```
61-
$ PORT=8000 node server.js
61+
$ PORT=8000 node fastboot-server.js
6262
```
6363

6464
This will start an HTTP server on port 8000. To stop the server, type

0 commit comments

Comments
 (0)