Skip to content

Commit b19a739

Browse files
Gregcop1dunglas
andauthored
Update client-generator/nextjs.md
Co-Authored-By: Kévin Dunglas <[email protected]>
1 parent a9e41b4 commit b19a739

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

client-generator/nextjs.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ Install typescript dependencies
2424
$ yarn add @types/next @zeit/next-typescript
2525
```
2626

27-
Enable Typescript in your Next.js configuration file ("next.config.js")
27+
Enable Typescript in your Next.js configuration file (`next.config.js`):
28+
2829
```javascript
2930
const withTypescript = require('@zeit/next-typescript');
3031

0 commit comments

Comments
 (0)