From 5923fcdea977411f73e37f7ee1cb60e517668d4f Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Tue, 20 Feb 2024 09:16:08 +0100 Subject: [PATCH] Revert the last change --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index a2730d8e..076d978a 100644 --- a/README.md +++ b/README.md @@ -31,9 +31,7 @@ on your computer to run these commands: ```bash # you can create a new project based on the Symfony Demo project... composer create-project symfony/symfony-demo my_project -``` -```bash # ...or you can clone the code repository and install its dependencies git clone https://github.com/symfony/demo.git my_project cd my_project/