From ac2a963c9cd5cfc47f5544ba1eb5ffa7e1b4caf0 Mon Sep 17 00:00:00 2001 From: Stephen Mathieson Date: Sat, 28 Jan 2017 16:59:29 -0800 Subject: [PATCH] README: fix "Routing with lazy component loading" blob (#915) Looks like `` was replaced with `\n` on accident --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 39fe527c92290..70039984b5275 100644 --- a/README.md +++ b/README.md @@ -588,8 +588,7 @@ No in that it enforces a _structure_ so that we can do more advanced things like - Automatic code splitting In addition, Next.js provides two built-in features that are critical for every single website: -- Routing with lazy component loading: ` ->` (by importing `next/link`) +- Routing with lazy component loading: `` (by importing `next/link`) - A way for components to alter ``: `` (by importing `next/head`) If you want to create re-usable React components that you can embed in your Next.js app or other React applications, using `create-react-app` is a great idea. You can later `import` it and keep your codebase clean!