Skip to content

Commit afe08c7

Browse files
author
rkesarwa
committed
Update readme.md for composer install in windows
1 parent 7c59b5c commit afe08c7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ You can install the client either via [Composer](https://getcomposer.org/) or ma
2727
### Installing with Composer
2828
You'll first need to make sure you have Composer installed. You can follow the instructions on the [official web site](https://getcomposer.org/download/). Once Composer is installed, you can enter the project root and run:
2929
```
30-
composer.phar install - Linux
31-
composer install - Windows
30+
Linux: composer.phar install
31+
Windows: composer install
3232
```
3333
Then, to use the client, you'll need to include the Composer-generated autoload file:
3434

0 commit comments

Comments
 (0)