alexeymezenin
Committed by GitHub

Update README.md

...@@ -18,8 +18,8 @@ cd laravel-realworld-example-app ...@@ -18,8 +18,8 @@ cd laravel-realworld-example-app
18 Install the app 18 Install the app
19 19
20 ``` 20 ```
21 - composer install 21 +composer install
22 - cp .env.example .env 22 +cp .env.example .env
23 ``` 23 ```
24 24
25 Run the web server 25 Run the web server
......