From 40b673d52858a8f5ee8b8ce1fd51818a76196028 Mon Sep 17 00:00:00 2001 From: Ikko Ashimine Date: Thu, 5 May 2022 11:03:59 +0900 Subject: [PATCH] Update README.md Github -> GitHub --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 79f96cc00..e1805ef40 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ The app in this project aims to be simple enough that you can understand it quic ## What is it not? * A UI/Material Design sample. The interface of the app is deliberately kept simple to focus on architecture. Check out [Plaid](https://github.com/android/plaid) instead. -* A complete Jetpack sample covering all libraries. Check out [Android Sunflower](https://github.com/googlesamples/android-sunflower) or the advanced [Github Browser Sample](https://github.com/googlesamples/android-architecture-components/tree/master/GithubBrowserSample) instead. +* A complete Jetpack sample covering all libraries. Check out [Android Sunflower](https://github.com/googlesamples/android-sunflower) or the advanced [GitHub Browser Sample](https://github.com/googlesamples/android-architecture-components/tree/master/GithubBrowserSample) instead. * A real production app with network access, user authentication, etc. Check out the [Google I/O app](https://github.com/google/iosched), [Santa Tracker](https://github.com/google/santa-tracker-android) or [Tivi](https://github.com/chrisbanes/tivi) for that. ## Who is it for?