From c4bc77c97b64fd0b5ec79cf8181395b032b3ff46 Mon Sep 17 00:00:00 2001 From: handtrix Date: Tue, 6 Oct 2020 19:52:11 +0200 Subject: [PATCH] Fix typos --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e3e7b45..0366112 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 @@ -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