From 8d521c09ffbdbca82889ccd16f675b12324fcded Mon Sep 17 00:00:00 2001 From: Patrick Jackson Date: Sat, 7 Dec 2019 16:31:57 -0500 Subject: [PATCH] fix type on examples.md --- website/docs/introduction/Examples.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/introduction/Examples.md b/website/docs/introduction/Examples.md index 0a55f62..00dacec 100644 --- a/website/docs/introduction/Examples.md +++ b/website/docs/introduction/Examples.md @@ -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 @@ -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