From 22c4722a8c5540d8760564f06166d8b170a64723 Mon Sep 17 00:00:00 2001 From: Yessiest Date: Sun, 8 Oct 2023 21:35:14 +0400 Subject: [PATCH] Fixed a few typos in the readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 58a9544..19eed53 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This library is the minimum viable product version of an ActiveRecord library designed specifically for Postgres. -It uses provides only a handful of features for working with +It provides only a handful of features for working with records, in particular it allows: - Accessing an aribtrary view or table @@ -75,7 +75,7 @@ Step 2: Install the gem gem install ./lpgar-.gem ``` -Since I don't really consider this library "wortwhile" for publishing on +Since I don't really consider this library "worthwhile" for publishing on RubyGems, it shall only exist here. NOTE: **this library will not be published on rubygems.