Skip to content
This repository was archived by the owner on May 10, 2021. It is now read-only.

Commit 2ee0f0d

Browse files
authored
Merge pull request #65 from netlify/sdras-patch-1
Fix the `...`s
2 parents a8b5637 + 5d052d0 commit 2ee0f0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -82,15 +82,15 @@ The next-on-netlify package adds the `next-on-netlify` command. When we run this
8282

8383
We want the next-on-netlify command to run after we build our NextJS application. So let's add a postbuild hook to our package.json file:
8484

85-
```json
85+
```
8686
{
8787
"name": "my-nextjs-app",
8888
"scripts": {
8989
"dev": "next",
9090
"build": "next build",
9191
"postbuild": "next-on-netlify"
9292
},
93-
....
93+
...
9494
}
9595
```
9696

0 commit comments

Comments
 (0)