Skip to content

Commit

Permalink
tiny readme updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jethrodaniel committed Dec 8, 2024
1 parent b82ce5f commit 220b5eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ The main use-case is to allow using UUIDs as primary keys with SQLite in [Rails]

## Installation

Add this gem to your application's `Gemfile`, by running this:
Add this gem to your application's `Gemfile` by running this:

```
bundle add sqlite_extensions-uuid
```

or by manually adding this line and running `bundle`:
or by adding this line and running `bundle`:

```ruby
gem "sqlite_extensions-uuid"
Expand Down

0 comments on commit 220b5eb

Please sign in to comment.