From b4922fcfae543d7d699d13f95d298f7b6ebc8505 Mon Sep 17 00:00:00 2001 From: Johan Eliasson Date: Sat, 18 Jul 2020 15:59:51 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c5949f4..215ea69 100644 --- a/README.md +++ b/README.md @@ -120,7 +120,7 @@ export MyComponent() { if (!signedIn) { return ( -
You are not signed in.
; +
You are not signed in.
; ); } @@ -193,10 +193,10 @@ import PrivateRoute from "components/privteroute.jsx"; /* Protected routes */ - + - + ; ```