diff --git a/README.md b/README.md index 859c40a..f21b23a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # embeddable-react -This Repo consists of the final version of the code implemented and disccused in [this blog](#https://observiq.com/blog/embed-react-in-golang/). +This Repo consists of the final version of the code implemented and discussed in [this blog](#https://observiq.com/blog/embed-react-in-golang/). ## Bootstrapping diff --git a/ui/package.json b/ui/package.json index 7924ee2..747caa9 100644 --- a/ui/package.json +++ b/ui/package.json @@ -6,6 +6,7 @@ "dependencies": { "react": "^18.0.0", "react-dom": "^18.0.0", + "react-router-dom": "^6.4.1", "react-scripts": "5.0.0" }, "scripts": {