1
0
Fork 0
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:
Guillermo Rauch 2016-12-17 11:31:34 -08:00 committed by GitHub
parent 6950633796
commit 3b1761eb1b

View file

@ -218,7 +218,7 @@ prefetch('/')
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
import Link from 'next/prefetch'