From 5d5b4dac5e150ebdba528a9d32a27b36373c2225 Mon Sep 17 00:00:00 2001 From: Aftab Alam <108010037+oneaalam@users.noreply.github.com> Date: Fri, 5 Aug 2022 17:00:54 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7b7eded..f4d1cb2 100644 --- a/README.md +++ b/README.md @@ -153,7 +153,7 @@ Using the `react-web-component-style-loader` both the CSS from `app.css` as well ## Usage with `react-router` -`react-web-component` works with `react-router` with one restriction: Since web components live within a host website you should now modify the URL of the website when the web component does internal routing. Luckily `react-router` comes with an _in memory_ router that does not alter the URL and keeps the state of the router internally. +`react-web-component` works with `react-router` with one restriction: Since web components live within a host website you should not modify the URL of the website when the web component does internal routing. Luckily `react-router` comes with an _in memory_ router that does not alter the URL and keeps the state of the router internally. ```javascript import React from 'react';