Skip to content

Commit 33a1da1

Browse files
authored
Merge pull request #100 from jalessio/patch-1
Fix typos in README.md
2 parents 951fdf5 + 8c90b19 commit 33a1da1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ litedb is a wrapper around SQLite3, offering a better default configuration that
5959

6060
#### Direct litedb usage
6161

62-
litedb can be used exactly as the SQLite3 gem, since litedb iherits from SQLite3
62+
litedb can be used exactly as the SQLite3 gem, since litedb inherits from SQLite3
6363

6464
```ruby
6565
require 'litestack'
@@ -209,7 +209,7 @@ idx.search('kamal')
209209
idx.search('subject: awa')
210210
```
211211

212-
Litesearch integrates tightly with ActiveRecord ans Sequel, here are integration examples
212+
Litesearch integrates tightly with ActiveRecord and Sequel, here are integration examples
213213

214214
#### ActiveRecord
215215

0 commit comments

Comments
 (0)