Skip to content

Commit 935c14d

Browse files
authored
Merge pull request #17 from ps91/patch-1
Update README.md - The command is misspelled.
2 parents f1560bb + 1de7229 commit 935c14d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ What's different:
1212
* Primary joins are explicit.
1313
* If column has a server_default set it to `FetchValue()` instead of trying to determine what that value is. Original code did not set the right server defaults in my setup.
1414
* `--ignore-cols` ignores special columns when generating association tables. Original code requires all columns to be foreign keys in order to generate association table. Example: `--ignore-cols id,inserted,updated`.
15-
* Uses the command `flask-sqlacodgen` instead of `sqlacodegen`.
15+
* Uses the command `flask-sqlacodegen` instead of `sqlacodegen`.
1616

1717
## Install
1818

0 commit comments

Comments
 (0)