Skip to content

Commit bcbfcfa

Browse files
authored
Merge pull request #14 from saveriomiroddi/improve_readme_installation
README: move the adapter change to the `Installation` section
2 parents 0fd4c6c + 26021aa commit bcbfcfa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,17 @@ and update the environment:
2727
$ bundle install
2828
```
2929

30-
that's all!
31-
32-
## Usage/example
33-
3430
Change the `mysql` connection adapter to `mysql2_json`, in `config/database.yml`:
3531

3632
```yaml
3733
default: &default
3834
adapter: mysql2_json
3935
```
4036
37+
that's all!
38+
39+
## Usage/example
40+
4141
Create a table:
4242
4343
```

0 commit comments

Comments
 (0)