From 4e5f9037fd7c2343e4e61e797eac5f65bf16f876 Mon Sep 17 00:00:00 2001 From: Travis Payne Date: Mon, 29 Jul 2019 19:07:45 +0300 Subject: [PATCH] Add missing closing quote in sample .babelrc config. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8145ea4f..3e53000a 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ Each loader accepts a `loading` prop as a boolean. The loader will not render an ``` { - "presets": ["@babel/preset-react", "@babel/preset-env], + "presets": ["@babel/preset-react", "@babel/preset-env"], "plugins": ["emotion"] } ```