From 3b1761eb1b79ac4db7b5273dbf895f6593e6ed7b Mon Sep 17 00:00:00 2001 From: Guillermo Rauch Date: Sat, 17 Dec 2016 11:31:34 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1caa22d7..fe32b589 100644 --- a/README.md +++ b/README.md @@ -218,7 +218,7 @@ prefetch('/') prefetch('/features') ``` -Note: it's also possible to prefetch by not decorating anything with ``: +Note: it's also possible to prefetch by using an empty ``: ```js import Link from 'next/prefetch'