From 36e47f5bbf0b605e3178b2fdaf210ec37115a1e7 Mon Sep 17 00:00:00 2001 From: Hidde Boomsma Date: Tue, 12 Dec 2017 07:53:27 +0100 Subject: [PATCH] Remove beta warning from README.md I noticed you released v3.0.0 :tada:. Thnx for the great work! --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 770375a..0b76436 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ for your APIs. ## Installation -First, open a command console, enter your project directory and execute the following command to download the latest version of this bundle (still in beta, for a stable version look [here](https://github.com/nelmio/NelmioApiDocBundle/tree/2.x)): +First, open a command console, enter your project directory and execute the following command to download the latest version of this bundle: ``` composer require nelmio/api-doc-bundle dev-master