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

Commit 5d052d0

Browse files
authored
Remove JSON language to get rid of syntax error
1 parent 1682c97 commit 5d052d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ 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": {

0 commit comments

Comments
 (0)