From f8950e9b4c4c25f22047f5b019a66bf77bc1457d Mon Sep 17 00:00:00 2001 From: Arunoda Susiripala Date: Mon, 24 Jul 2017 20:26:22 +0530 Subject: [PATCH] Fix README issue related to object-urls. --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 1f1d908e..af0e9563 100644 --- a/readme.md +++ b/readme.md @@ -327,7 +327,7 @@ The component `` can also receive an URL object and it will automatically // pages/index.js import Link from 'next/link' export default () => ( -
Click here to read more
+
Click here to read more
) ```