Skip to content

Commit cf5993e

Browse files
committed
docs: tweak example code
Signed-off-by: Mior Muhammad Zaki <[email protected]>
1 parent 0543b93 commit cf5993e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ Nova Devtool ships with a generic `nova.mix.js` instead of publishing the file o
7272
```diff
7373
let mix = require('laravel-mix')
7474

75-
-require('./nova.mix') // [!code --]
76-
+mix.extend('nova', new require('laravel-nova-devtool')) // [!code ++]
75+
-require('./nova.mix')
76+
+mix.extend('nova', new require('laravel-nova-devtool'))
7777

7878
mix
7979
.setPublicPath('dist')

0 commit comments

Comments
 (0)