Skip to content

Commit 98b20be

Browse files
authored
fix type on examples.md (#35)
1 parent ac0bed0 commit 98b20be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/docs/introduction/Examples.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ complete example of how to use Redux in a real application. Async actions such a
4949
and delays are demonstrated. Also used is the
5050
[presenter-middleware](https://github.com/reduxkotlin/presenter-middleware) as a presentation layer.
5151

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

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

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

7979

8080
```sh

0 commit comments

Comments
 (0)