diff --git a/README.md b/README.md index 45a1ed8..7226382 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ By turning your Symfony application into a FastCGI application, you can keep the To do this, open the terminal in your project directory and use composer to add the Speedfony Bundle to your dependencies. ```sh -composer require "phpfastcgi/speedfony-bundle:^0.8" +composer require "phpfastcgi/speedfony-bundle" ``` Next, register the bundle in your AppKernel.php file: