From 1ccb261eb4c580c812822f294f6b9154e1722c65 Mon Sep 17 00:00:00 2001 From: Android Dev Notes Date: Sat, 29 Aug 2020 19:02:54 +0530 Subject: [PATCH] Fix grammatical errors --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5d2547332..d94666b24 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ ![Accompanist logo](./images/social.png) -Accompanist is a group of libraries which contains some utilities which I've found myself copying around projects which use [Jetpack Compose][compose]. Currently it contains: +Accompanist is a group of libraries that contains some utilities which I've found myself copying around projects which use [Jetpack Compose][compose]. Currently, it contains: * 🖼️ [Coil image loading composables](./coil/README.md) -[Jetpack Compose][compose] is a fast moving project and I'll be updating these libraries to match the +[Jetpack Compose][compose] is a fast-moving project and I'll be updating these libraries to match the latest tagged release as quickly as possible. Each [release listing](https://github.com/chrisbanes/accompanist/releases) will outline what version of Compose libraries it depends on. ## Download