From 4a207985bdc74c90d3b794eede871a137b8f0eb0 Mon Sep 17 00:00:00 2001 From: armarton Date: Mon, 16 Dec 2019 15:58:36 +0100 Subject: [PATCH] fixed typo in readme.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 577dde8..c27680d 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ Then run: `yarn start` ### About the backend -I'm implemented a [backend solution](https://github.com/montyx99/espReact) too to host the current files. You can use to test the espReact. +I'm implemented a [backend solution](https://github.com/montyx99/EspWs) too to host the current files. You can use to test the espReact. ### React-router React router is used to handle PWA/SPA like routing. I've thought about many different routers to use, but all of them have issues, that I didn't like, so I've made my decision to use the robust (I know this is huge) router. If someone has the capability to integrate another router, just contribute, and provide a good solution