fix(format): fix formatting in sqlx-cli/README.md

This commit is contained in:
Austin Bonander 2020-06-17 12:46:57 -07:00 committed by GitHub
parent 639e10248e
commit 1a83f1bdc1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -61,6 +61,7 @@ cargo sqlx prepare
```
Saves query data to `sqlx-data.json` in the current directory; check this file into version control
and an active database connection will no longer be needed to build your project.
----
```bash
cargo sqlx prepare --check