Skip to content

Commit

Permalink
Merge pull request #49 from oskarrough/fix-serverjs-conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed Oct 26, 2020
2 parents 581be4c + de5fb30 commit 375e44c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -31,7 +31,7 @@ FastBoot App Server requires Node.js v10 or later.

## Quick Start

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

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

```
$ PORT=8000 node server.js
$ PORT=8000 node fastboot-server.js
```

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

0 comments on commit 375e44c

Please sign in to comment.