Skip to content

Commit

Permalink
Fix README typo (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaimeloeuf authored Sep 19, 2023
1 parent dbf6472 commit 4b786a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ Ref: Post.authorId > User.id
| `projectNote` | Project note for dbdocs | `string` | `null` |
| `projectNotePath` | Project note path to a markdown file for dbdocs | `string` | `null` |
| `output` | Output directory for the DBML file | `string` | `./dbml` |
| `outputName` | Name for the DBML file | `string` | `dbml.schema` |
| `outputName` | Name for the DBML file | `string` | `schema.dbml` |
| `manyToMany` | Create Many-To-Many join table | `boolean` | `true` |
| `mapToDbSchema` | Use mapped table name | `boolean` | `true` |
| `includeRelationFields` | Include relation fields | `boolean` | `true` |
Expand Down

0 comments on commit 4b786a6

Please sign in to comment.