mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
Update README.md
This commit is contained in:
parent
6950633796
commit
3b1761eb1b
|
@ -218,7 +218,7 @@ prefetch('/')
|
||||||
prefetch('/features')
|
prefetch('/features')
|
||||||
```
|
```
|
||||||
|
|
||||||
Note: it's also possible to prefetch by not decorating anything with `<Link />`:
|
Note: it's also possible to prefetch by using an empty `<Link />`:
|
||||||
|
|
||||||
```js
|
```js
|
||||||
import Link from 'next/prefetch'
|
import Link from 'next/prefetch'
|
||||||
|
|
Loading…
Reference in a new issue