Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredcwhite committed Apr 3, 2024
1 parent 096a489 commit 9647b31
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ end
Next, you'll want to create a migration. Run the following command:

```shell
bin/bridgetown db::migrations:new name=create_projects
bin/bridgetown db::migrations:new filename=create_projects
```

And modify the new `migrations/001_create_projects.rb` file to look something like this:
Expand Down Expand Up @@ -131,11 +131,6 @@ Bridgetown.db.loggers << Bridgetown.logger

For a quick reference on what you can do with the Sequel DSL, check out this [handy cheat sheet](https://sequel.jeremyevans.net/rdoc/files/doc/cheat_sheet_rdoc.html).

## Testing

* Run `bundle exec rake test` to run the test suite
* Or run `script/cibuild` to validate with Rubocop and Minitest together.

## Contributing

1. Fork it (https://github.com/bridgetownrb/bridgetown_sequel/fork)
Expand All @@ -144,3 +139,8 @@ For a quick reference on what you can do with the Sequel DSL, check out this [ha
4. Commit your changes (`git commit -am 'Add some feature'`)
5. Push to the branch (`git push origin my-new-feature`)
6. Create a new Pull Request

## Testing

* Run `bundle exec rake test` to run the test suite
* Or run `script/cibuild` to validate with Rubocop and Minitest together.

0 comments on commit 9647b31

Please sign in to comment.