Skip to content

Commit a026d3d

Browse files
authored
docs: update readme
1 parent 00fdec7 commit a026d3d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,10 @@ Examples:
2727
**Bad**
2828
- You should use the http module and not axios _(opinon and not clear why)_
2929
- Double quotes FTW!! _(uses slang)_
30-
-
3130

3231
**Good**
3332
- Did you know you can use the husky package to run lint automatically when committing on git?
34-
- Most Nuxt.js projects expose a client-side api through window.$nuxt that can be used for e.g. programmatic navigation: window.$nuxt.$router.push('/my-route')
33+
- Most Nuxt.js projects expose a client-side api through window.$nuxt that can be used for e.g. programmatic navigation: `window.$nuxt.$router.push('/my-route')`
3534

3635

3736
## Where are these Nuxt tips used?

0 commit comments

Comments
 (0)