Skip to content

Commit 8f37be9

Browse files
fixed typo in localhost url for next generator (#1246)
1 parent b1bfb35 commit 8f37be9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

client-generator/nextjs.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The Next.js Client Generator generates components for Server Side Rendered appli
88

99
### Next + Express Server
1010

11-
Create a [Next.js application with express server](https://github.com/zeit/next.js/tree/canary/examples/custom-server-express). The easiest way is to execute:
11+
Create a [Next.js application with express server](https://github.com/zeit/next.js/tree/canary/examples/custom-server-express). The easiest way is to execute:
1212

1313
$ npx create-next-app your-app-name
1414
# or
@@ -33,13 +33,13 @@ Install required dependencies:
3333
3434
## Starting the Project
3535

36-
You can launch the server with
36+
You can launch the server with
3737

3838
$ yarn dev
3939

40-
Go to `https://localhost:3000/books/` to start using your app.
40+
Go to `http://localhost:3000/books/` to start using your app.
4141

4242
## Screenshots
4343

44-
![List](images/nextjs/client-generator-nextjs-list.png)
44+
![List](images/nextjs/client-generator-nextjs-list.png)
4545
![Show](images/nextjs/client-generator-nextjs-show.png)

0 commit comments

Comments
 (0)