Skip to content
Merged
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
4 changes: 2 additions & 2 deletions website/docs/introduction/Examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ complete example of how to use Redux in a real application. Async actions such a
and delays are demonstrated. Also used is the
[presenter-middleware](https://github.com/reduxkotlin/presenter-middleware) as a presentation layer.

Run the [Counter](https://github.com/reduxkotlin/NameGameSampleApp) example:
Run the [NameGame](https://github.com/reduxkotlin/NameGameSampleApp) example:

```sh
git clone https://github.com/reduxkotlin/NameGameSampleApp.git
Expand All @@ -74,7 +74,7 @@ complete example of how to use Redux in a real application. Async actions such a
and delays are demonstrated. Also used is the
[presenter-middleware](https://github.com/reduxkotlin/presenter-middleware) as a presentation layer.

Run the [Counter](https://github.com/reduxkotlin/ReadingListSampleApp) example:
Run the [ReadingList](https://github.com/reduxkotlin/ReadingListSampleApp) example:


```sh
Expand Down