From 68eeaa704a28ea41177ffacf00851008e2497a18 Mon Sep 17 00:00:00 2001 From: exd0tpy Date: Tue, 12 Apr 2022 16:37:02 +0900 Subject: [PATCH] Update README.md Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 14f33c05ba..5fd93b9e08 100644 --- a/README.md +++ b/README.md @@ -114,7 +114,7 @@ Tests ran to completion. Dependency Injection is implemented with [Hilt](https://developer.android.com/training/dependency-injection/hilt-android). For more details on migrating from *dagger-android* to Hilt, read the -([migration article](https://medium.com/androiddevelopers/migrating-the-google-i-o-app-to-hilt-f3edf03affe5). +[migration article](https://medium.com/androiddevelopers/migrating-the-google-i-o-app-to-hilt-f3edf03affe5). [ViewPager2](https://developer.android.com/training/animation/screen-slide-2) offers enhanced functionality over the original ViewPager library, such as right-to-left and vertical orientation support.