diff --git a/jane-php/json-schema/6.0/post-install.txt b/jane-php/json-schema/6.0/post-install.txt index f49672cf..f9596417 100644 --- a/jane-php/json-schema/6.0/post-install.txt +++ b/jane-php/json-schema/6.0/post-install.txt @@ -2,7 +2,7 @@ 1. Configure config/jane/json_schema.php with your specification details 2. Run bin/jane-json-schema-generate 3. Add generated/ directory to your composer autoload definition (eg. "MyApp\\Library\\Generated\\": "generated/") - 4. Open config/packages/jane.yaml and replace MyApp\Library\Generated\ namespace with your generated namespace. + 4. Open config/packages/jane.yaml and replace MyApp\Library\Generated namespace with your generated namespace. 5. Then remove line comments Documentation: https://jane.readthedocs.io/en/latest/ diff --git a/jane-php/json-schema/7.0/post-install.txt b/jane-php/json-schema/7.0/post-install.txt index f49672cf..f9596417 100644 --- a/jane-php/json-schema/7.0/post-install.txt +++ b/jane-php/json-schema/7.0/post-install.txt @@ -2,7 +2,7 @@ 1. Configure config/jane/json_schema.php with your specification details 2. Run bin/jane-json-schema-generate 3. Add generated/ directory to your composer autoload definition (eg. "MyApp\\Library\\Generated\\": "generated/") - 4. Open config/packages/jane.yaml and replace MyApp\Library\Generated\ namespace with your generated namespace. + 4. Open config/packages/jane.yaml and replace MyApp\Library\Generated namespace with your generated namespace. 5. Then remove line comments Documentation: https://jane.readthedocs.io/en/latest/ diff --git a/jane-php/open-api-common/6.0/post-install.txt b/jane-php/open-api-common/6.0/post-install.txt index b96c3021..9c48ddef 100644 --- a/jane-php/open-api-common/6.0/post-install.txt +++ b/jane-php/open-api-common/6.0/post-install.txt @@ -2,7 +2,7 @@ 1. Configure config/jane/open_api.php with your specification details 2. Run bin/jane-open-api-generate 3. Add generated/ directory to your composer autoload definition (eg. "MyApp\\Library\\Generated\\": "generated/") - 4. Open config/packages/jane.yaml and replace MyApp\Library\Generated\ namespace with your generated namespace. + 4. Open config/packages/jane.yaml and replace MyApp\Library\Generated namespace with your generated namespace. 5. Then remove line comments Documentation: https://jane.readthedocs.io/en/latest/ diff --git a/jane-php/open-api-common/7.0/post-install.txt b/jane-php/open-api-common/7.0/post-install.txt index b96c3021..9c48ddef 100644 --- a/jane-php/open-api-common/7.0/post-install.txt +++ b/jane-php/open-api-common/7.0/post-install.txt @@ -2,7 +2,7 @@ 1. Configure config/jane/open_api.php with your specification details 2. Run bin/jane-open-api-generate 3. Add generated/ directory to your composer autoload definition (eg. "MyApp\\Library\\Generated\\": "generated/") - 4. Open config/packages/jane.yaml and replace MyApp\Library\Generated\ namespace with your generated namespace. + 4. Open config/packages/jane.yaml and replace MyApp\Library\Generated namespace with your generated namespace. 5. Then remove line comments Documentation: https://jane.readthedocs.io/en/latest/