From 674f044a431327b922259042ab3a1c69e305f74a Mon Sep 17 00:00:00 2001 From: Cesare de Cal Date: Fri, 20 May 2016 21:26:25 +0200 Subject: [PATCH] Very small grammar fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b83e988..eced31d 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ If you are an iTunes Affiliate, you can easily setup Armchair to use your code a ##### Ready For Primetime -Armchair is clean code, well documented and well organized. It is easy to understand the logic flow and the purpose of each function. It doesn't mix logic up randomly between Class functions and Instance functions. It's API is clean and predictable. +Armchair is clean code, well documented and well organized. It is easy to understand the logic flow and the purpose of each function. It doesn't mix logic up randomly between Class functions and Instance functions. Its API is clean and predictable. ---