Skip to content

Commit

Permalink
Merge pull request #48 from gadingnst/2.1.0
Browse files Browse the repository at this point in the history
docs: move demo repository
  • Loading branch information
Gading Nasution authored Dec 17, 2022
2 parents 95b13b2 + fa187b9 commit c9d795e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -387,9 +387,7 @@ export default App;
```

# Demo
You can see:
- live demo [here](https://swr-global-state-demo.gading.dev/)
- demo repository [here](https://github.com/gadingnst/swr-global-state-demo)
You can see live demo [here](https://swr-global-state-demo.gading.dev/)

# FAQ
## Why should I use this?
Expand Down
2 changes: 1 addition & 1 deletion apps/demo/components/GithubBadge.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ function GitHubBadge() {
return (
<div>
<a
href="https://github.com/gadingnst/swr-global-state-demo"
href="https://github.com/gadingnst/swr-global-state"
className="github-corner"
aria-label="View source on GitHub"
>
Expand Down

0 comments on commit c9d795e

Please sign in to comment.