diff --git a/README.md b/README.md index f93243bbb..a480ea79a 100644 --- a/README.md +++ b/README.md @@ -12,14 +12,14 @@ for your APIs. ## Migrate from 2.x to 3.0 -[To migrate from 2.x to 3.0, just follow our guide.](https://github.com/nelmio/NelmioApiDocBundle/blob/dev/UPGRADE-3.0.md) +[To migrate from 2.x to 3.0, just follow our guide.](https://github.com/nelmio/NelmioApiDocBundle/blob/master/UPGRADE-3.0.md) ## Installation First, open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle: ``` -composer require nelmio/api-doc-bundle dev-dev +composer require nelmio/api-doc-bundle dev-master ``` Then add the bundle to your kernel: