Skip to content

Commit

Permalink
Fix example links
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjg committed Nov 8, 2023
1 parent b10e747 commit effbf69
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ This is a monorepo containing the following packages:

#### Demos / Example Code

- [automerge-repo-demo-todo](/examples/automerge-repo-demo-todo/): A React-based to-do list.
- [automerge-repo-demo-counter](/examples/automerge-repo-demo-counter/): A React-based demonstration
- [automerge-repo-demo-todo](/examples/react-todo/): A React-based to-do list.
- [automerge-repo-demo-counter](/examples/react-counter/): A React-based demonstration
application.
- [automerge-repo-demo-counter-svelte](/examples/automerge-repo-demo-counter-svelte/): A Svelte-based
- [automerge-repo-demo-counter-svelte](/examples/svelte-counter/): A Svelte-based
example project.
- [sync-server](/examples/sync-server): A very simple sync server which the other examples can use
- Please note this is different from [automerge-repo-sync-server](https://github.com/automerge/automerge-repo-sync-server)
Expand Down

0 comments on commit effbf69

Please sign in to comment.