Skip to content

Commit 1de7229

Browse files
authored
Update README.md - The command is misspelled.
In the README file the command was named "flask-sqlacodgen" instead of "flask-sqlacodegen".
1 parent f1560bb commit 1de7229

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)