Skip to content

Commit b4af0be

Browse files
authored
Update gettingStarted.rst
Fix composer package names in installation instructions
1 parent 3235ae9 commit b4af0be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/gettingStarted.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ The recommended way to install php-json-model-generator is through `Composer <ht
88

99
.. code-block:: rconsole
1010
11-
composer require --dev wol-soft/php-json-model-generator
12-
composer require wol-soft/php-json-model-generator-exception
11+
composer require --dev wol-soft/php-json-schema-model-generator
12+
composer require wol-soft/php-json-schema-model-generator-exception
1313
1414
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.
1515

0 commit comments

Comments
 (0)