From 310f430963e37a1ad61c24e5ea516c733551ab7d Mon Sep 17 00:00:00 2001 From: Tim Neutkens Date: Sun, 19 Feb 2017 15:56:33 +0100 Subject: [PATCH] Rename next/prefetch to in docs (#1206) --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index d86ddb2c..f6604d22 100644 --- a/readme.md +++ b/readme.md @@ -253,7 +253,7 @@ export default () => ( ) ``` -__Note: use [`next/prefetch`](#prefetching-pages) for maximum performance, to link and prefetch at the same time in the background__ +__Note: use [``](#prefetching-pages) for maximum performance, to link and prefetch in the background at the same time__ Client-side routing behaves exactly like the browser: