Skip to content

Commit 8d9236b

Browse files
authored
Update README.md
1 parent 56ebb1d commit 8d9236b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ Simple example from a PHP application: you define and document an API with swagg
3333

3434
## Installation ##
3535

36-
The recommended way to install php-json-model-generator is through [Composer](http://getcomposer.org):
36+
The recommended way to install php-json-schema-model-generator is through [Composer](http://getcomposer.org):
3737
```
38-
$ composer require --dev wol-soft/php-json-model-generator
39-
$ composer require wol-soft/php-json-model-generator-exception
38+
$ composer require --dev wol-soft/php-json-schema-model-generator
39+
$ composer require wol-soft/php-json-schema-model-generator-exception
4040
```
41-
To avoid adding all dependencies of the php-json-model-generator to your production dependencies it's recommended to add the library as a dev-dependency and include the php-json-model-generator-exception library. The exception library provides all classes to run the generated code. Generating the classes should either be a step done in the development environment (if you decide to commit the models) or as a build step of your application.
41+
To avoid adding all dependencies of the php-json-schema-model-generator to your production dependencies it's recommended to add the library as a dev-dependency and include the php-json-schema-model-generator-exception library. The exception library provides all classes to run the generated code. Generating the classes should either be a step done in the development environment (if you decide to commit the models) or as a build step of your application.
4242

4343
## Basic usage ##
4444

@@ -185,4 +185,4 @@ The [docs](https://php-json-schema-model-generator.readthedocs.io/en/latest/) fo
185185

186186
To generate the documentation install Sphinx, enter the docs directory and execute `make html` (Linux) or `make.bat html` (Windows). The generated documentation will be available in the directory `./docs/build`.
187187

188-
The documentation hosted at [Read the Docs](https://readthedocs.org/) is updated on each push.
188+
The documentation hosted at [Read the Docs](https://readthedocs.org/) is updated on each push.

0 commit comments

Comments
 (0)