Skip to content

Commit 878cbe8

Browse files
authored
chore: readme fix (#212)
1 parent f542f36 commit 878cbe8

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.vscode/settings.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ You can also control optional outputs from the generator:
9393
- **--skip-types**: Skip generating table `Row[]` type exports.
9494
- **--skip-builder**: Skip generating the query `builder` export.
9595
- **--skip-declare**: Skip generating the module augmentation for default types in Zero.
96-
- **--enable-legacy-mutators**: Disable legacy CRUD mutators (sets `enableLegacyMutators` to `true` in the generated schema).
97-
- **--enable-legacy-queries**: Disable legacy CRUD queries (sets `enableLegacyQueries` to `true` in the generated schema).
96+
- **--enable-legacy-mutators**: Enable legacy CRUD mutators (sets `enableLegacyMutators` to `true` in the generated schema).
97+
- **--enable-legacy-queries**: Enable legacy CRUD queries (sets `enableLegacyQueries` to `true` in the generated schema).
9898

9999
For more information on disabling legacy mutators and queries, see the [Zero documentation](https://zero.rocicorp.dev/docs/custom-mutators#disabling-crud-mutators).
100100

0 commit comments

Comments
 (0)