Fixed a few typos in the readme
This commit is contained in:
parent
7d7422817b
commit
22c4722a8c
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
This library is the minimum viable product version of
|
This library is the minimum viable product version of
|
||||||
an ActiveRecord library designed specifically for Postgres.
|
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:
|
records, in particular it allows:
|
||||||
|
|
||||||
- Accessing an aribtrary view or table
|
- Accessing an aribtrary view or table
|
||||||
|
@ -75,7 +75,7 @@ Step 2: Install the gem
|
||||||
gem install ./lpgar-<version>.gem
|
gem install ./lpgar-<version>.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.
|
RubyGems, it shall only exist here.
|
||||||
|
|
||||||
NOTE: **this library will not be published on rubygems.
|
NOTE: **this library will not be published on rubygems.
|
||||||
|
|
Loading…
Reference in New Issue