Skip to content

Commit de5fb30

Browse files
committed
Avoid server.js naming conflict
See #30
1 parent 651ae7d commit de5fb30

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

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

3030
## Quick Start
3131

32-
Put the following in a `server.js` file:
32+
Put the following in a `fastboot-server.js` file:
3333

3434
```js
3535
const FastBootAppServer = require('fastboot-app-server');
@@ -48,7 +48,7 @@ your server. (See [Application Builds](#application-builds) below.)
4848
Run the server file:
4949

5050
```
51-
$ PORT=8000 node server.js
51+
$ PORT=8000 node fastboot-server.js
5252
```
5353

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

0 commit comments

Comments
 (0)