Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
HaNdTriX committed Oct 6, 2020
1 parent 09b3c96 commit c4bc77c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -74,8 +74,8 @@ The render page will always being served using the same protocol and url.
## Features

- supports 404 pages
- works with next devserver
- waits for next devserver to start
- works with Next.js dev-server
- waits for Next.j dev-server to start
- works with paths of images and other static resources
- static paths won't differ between development and production
- has zero dependencies
Expand All @@ -90,7 +90,7 @@ _Required_\
Type: `string`\
Example: `next://app`

The entrypoint of your Next.js app.
The entry-point of your Next.js app.

#### options

Expand All @@ -108,7 +108,7 @@ The directory to serve, relative to the app root directory.
Type: `number`\
Default: `3000`

The port your Next.js devserver runs on.
The port your Next.js dev-server runs on.

##### ↳ dev

Expand Down

0 comments on commit c4bc77c

Please sign in to comment.