diff --git a/README.md b/README.md index f7cd3ad..195357b 100644 --- a/README.md +++ b/README.md @@ -288,7 +288,7 @@ with SQLBoiler. If you find there are some failing tests, please check the ```sh # Generate our models and exclude the migrations table -sqlboiler -x goose_migrations postgres +sqlboiler postgres # Run the generated tests go test ./models