From 956e1239f66b5e836055d40aada871f015aa01db Mon Sep 17 00:00:00 2001 From: Brent Jackson Date: Thu, 21 Jun 2018 18:17:47 -0400 Subject: [PATCH] Typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f358797..49a235e 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Read more about x0 in our [blog post](https://compositor.io/blog/x0-making-react ## Getting Started x0 renders a directory of React components, automatically handling routing based on filename. -Create a `docs` folder and add and `index.js` file. +Create a `docs` folder and add an `index.js` file. ```jsx // index.js