Skip to content

Commit

Permalink
docs(readme): 📝 fix link to chessroulette
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielCTroia committed Oct 13, 2024
1 parent 900a9ac commit e5b003d
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 @@ -47,16 +47,16 @@ With its unique approach and robust set of features, Movex gives you the freedom


## 💜 Who uses Movex?
<a href="https://chessroulette.live" alt="Chessroulette | Conect. Play. Stream">
<a href="https://chessroulette.live" target="_blank" alt="Chessroulette | Conect. Play. Stream">
<picture width="500">
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/movesthatmatter/chessroulette-web/master/src/components/Logo/assets/Logo_light_full.svg" width="250">
<img alt="Chessroulette | Conect. Play. Stream" src="https://raw.githubusercontent.com/movesthatmatter/chessroulette-web/master/src/components/Logo/assets/Logo_dark_full.svg" width="250">
</picture>
</a>

## 🚀 Examples & Demos
- **Chat App** - https://github.com/GabrielCTroia/movex-next-chat
- **Multiplayer Rock Paper Scissors Game** - https://codesandbox.io/s/rps-demo-x877yl
- **Chat App** - https://github.com/GabrielCTroia/movex-next-chat

## 🧙🏽‍♂️ How Movex works
Movex follows the [Flux Pattern](https://medium.com/weekly-webtips/flux-pattern-architecture-in-react-35d0b55313f6) locally to respond to UI changes. It then employs the [Deterministic Propagation Method](https://www.movex.dev/docs/features/functional#determinstic-action-propagation) to synchronize state changes with the Global State(aka Master State) and all peers in the network. [Learn More](https://www.movex.dev/docs/how).
Expand Down Expand Up @@ -91,7 +91,7 @@ npx movex dev
```

#### 4. Next Steps
For the next steps see the [Get Started Docs](https://www.movex.dev/docs/overview/get_started)
To continue with the next steps see [Get Started Docs](https://www.movex.dev/docs/overview/get_started).

## Documentation
Visit the [Docs](https://www.movex.dev/docs/overview/introduction) to get started with Movex.
Expand Down

0 comments on commit e5b003d

Please sign in to comment.