We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b82ce5f commit 220b5ebCopy full SHA for 220b5eb
README.md
@@ -6,13 +6,13 @@ The main use-case is to allow using UUIDs as primary keys with SQLite in [Rails]
6
7
## Installation
8
9
-Add this gem to your application's `Gemfile`, by running this:
+Add this gem to your application's `Gemfile` by running this:
10
11
```
12
bundle add sqlite_extensions-uuid
13
14
15
-or by manually adding this line and running `bundle`:
+or by adding this line and running `bundle`:
16
17
```ruby
18
gem "sqlite_extensions-uuid"
0 commit comments