diff --git a/README.md b/README.md index 3f67ef3..de048fe 100644 --- a/README.md +++ b/README.md @@ -27,9 +27,10 @@ To use this utility in your project, you can run the Django management command ` ``` usage: manage.py django2ts [--app APP] [--path PATH] [--separated-files] [--verbose] +``` And if you want you can also directly use the `ModelToTypeScriptConverter` class in your own code to generate TypeScript interfaces programmatically. ## Installation -`pip install django-model-to-typescript-converter` \ No newline at end of file +`pip install dajngo-models-typescript-types` \ No newline at end of file diff --git a/setup.py b/setup.py index dbd761c..aca49b1 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name='dajngo-models-typescript-types', - version='0.1.1', + version='0.2', packages=find_packages(), include_package_data=True, install_requires=[