Update the installation command

This commit is contained in:
Guilhem Niot 2020-07-24 16:57:39 +02:00 committed by GitHub
parent 0e7803888a
commit 0fd910b34a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@ NelmioApiDocBundle
================== ==================
The **NelmioApiDocBundle** bundle allows you to generate documentation in the The **NelmioApiDocBundle** bundle allows you to generate documentation in the
OpenAPI (Swagger) format and provides a sandbox to interactively experiment with the API. OpenAPI version 2 (Swagger) format and provides a sandbox to interactively experiment with the API.
What's supported? What's supported?
----------------- -----------------
@ -20,7 +20,7 @@ It does also support `Symfony form`_ types.
Migrate from 2.x to 3.0 Migrate from 2.x to 3.0
----------------------- -----------------------
`To migrate from 2.x to 3.0, just follow our guide.`__ `To migrate from 2.x to 3.0, follow our guide.`__
__ https://github.com/nelmio/NelmioApiDocBundle/blob/master/UPGRADE-3.0.md __ https://github.com/nelmio/NelmioApiDocBundle/blob/master/UPGRADE-3.0.md
@ -31,7 +31,7 @@ Open a command console, enter your project directory and execute the following c
.. code-block:: bash .. code-block:: bash
$ composer require nelmio/api-doc-bundle $ composer require nelmio/api-doc-bundle:^3.0
.. note:: .. note::