From 11b16cf5bc0bd02fa536aeb19f27b866b488f8a0 Mon Sep 17 00:00:00 2001 From: Gabriel Karczewski Date: Tue, 26 Feb 2019 18:13:28 +0000 Subject: [PATCH] Correct grammar (#99) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bd4c82d..ffa527b 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ dependencies: ## Usage -Since this is an abstract db api, it's usage is through a concrete database driver. +Since this is an abstract db api, its usage is through a concrete database driver. ```crystal require "db"