Skip to content
This repository has been archived by the owner on Sep 11, 2023. It is now read-only.

Add missing dependency; fix typo #1

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
1 change: 1 addition & 0 deletions ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down