diff --git a/README.md b/README.md index 9cfbf5b6c..7a69cc290 100644 --- a/README.md +++ b/README.md @@ -21,11 +21,11 @@ Define all your routes in one React component... ```js const App = () => ( - + - + ); ```