Skip to content

Commit

Permalink
Merge pull request #45 from BradWells/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
adenh93 committed Aug 6, 2023
2 parents 2feeeb2 + 7bfdd24 commit ca53b45
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 @@ -288,7 +288,7 @@ export interface EnumChoiceSerializer {

Since version 2.1, you can now generate all interfaces via a CLI. This will be the preferred method going forward, as you will no longer need to decorate your serializers, or manually call the `generate_ts` function, resulting in less complexity overall.

**NOTE:** In order to use the CLI, you will need to add `django-typomatic` to `INSTALLED_APPS`.
**NOTE:** In order to use the CLI, you will need to add `django_typomatic` to `INSTALLED_APPS`.

Special thanks to @bigpe for brewing up the first version of this CLI!

Expand Down

0 comments on commit ca53b45

Please sign in to comment.