From a3495b364de9e199e468b8f0e231beefeb9e55e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20O=E2=80=99Shannessy?= Date: Sat, 8 Jul 2017 21:54:47 -0700 Subject: [PATCH] Fix JSX in readme (#2512) An unclosed tag was resulting in some broken syntax highlighting. --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 1ceb40c8..2dfb7cfb 100644 --- a/readme.md +++ b/readme.md @@ -353,7 +353,7 @@ export default () => ( // pages/index.js import Link from 'next/link' export default () => ( -
Click
+
Click
) ``` @@ -1132,4 +1132,4 @@ Please see our [contributing.md](./contributing.md) - Naoyuki Kanezawa ([@nkzawa](https://twitter.com/nkzawa)) – ▲ZEIT - Tony Kovanen ([@tonykovanen](https://twitter.com/tonykovanen)) – ▲ZEIT - Guillermo Rauch ([@rauchg](https://twitter.com/rauchg)) – ▲ZEIT -- Dan Zajdband ([@impronunciable](https://twitter.com/impronunciable)) – Knight-Mozilla / Coral Project \ No newline at end of file +- Dan Zajdband ([@impronunciable](https://twitter.com/impronunciable)) – Knight-Mozilla / Coral Project