From d1ca5d626cf8c6097d758bb9c53e8c01dcb7913f Mon Sep 17 00:00:00 2001 From: BarCatFigaro Date: Tue, 4 Oct 2016 15:58:28 -0700 Subject: [PATCH] Grammatical and sentence structuring changes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 620a661..1ba2b1c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # AppUtility -AppUtility is a library which contains small code snippets that we need in almost every project like converting color hex to rgb, checking internet connectivity, etc. +AppUtility is a library which contains small code snippets that we need in almost every project such as converting color hex to rgb or checking internet connectivity. Indeed, this library is very useful! :-) #Installation Just drag the folder "AppUtility" with the source files into your project.