From abe95a5405c64f784de8dac7a1df8934160fc821 Mon Sep 17 00:00:00 2001 From: Ross Tuck Date: Thu, 3 Aug 2017 13:33:01 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8eeae84..74a07cc 100644 --- a/README.md +++ b/README.md @@ -9,10 +9,10 @@ Symfony2 Bundle for the Tactician library ### Step 1: Download the Bundle Open a command console, enter your project directory and execute the -following command to download the latest stable version of this bundle: +following command to download the latest release candidate for this bundle: ```bash -$ composer require league/tactician-bundle "1.0@RC" +$ composer require league/tactician-bundle "@RC" ``` This command requires you to have Composer installed globally, as explained