Skip to content

Commit 220b5eb

Browse files
committed
tiny readme updates
1 parent b82ce5f commit 220b5eb

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
@@ -6,13 +6,13 @@ The main use-case is to allow using UUIDs as primary keys with SQLite in [Rails]
66

77
## Installation
88

9-
Add this gem to your application's `Gemfile`, by running this:
9+
Add this gem to your application's `Gemfile` by running this:
1010

1111
```
1212
bundle add sqlite_extensions-uuid
1313
```
1414

15-
or by manually adding this line and running `bundle`:
15+
or by adding this line and running `bundle`:
1616

1717
```ruby
1818
gem "sqlite_extensions-uuid"

0 commit comments

Comments
 (0)