Skip to content

Commit edc9c47

Browse files
authored
Merge pull request #7 from mukesh-lt/readme-fix
Update README.md
2 parents 32454ae + e194196 commit edc9c47

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,11 @@ Before you begin automation testing with Selenium and Codeception, you would nee
5050

5151
**Note:** For **Windows**, you can download **PHP** from [here](http://windows.php.net/download/). Also, refer to this [documentation](http://php.net/manual/en/install.windows.php) for ensuring the accessibility of PHP through Command Prompt(cmd).
5252

53-
* Download **composer** in the project directory ([Linux/MacOS](https://getcomposer.org/download/), [Windows](https://getcomposer.org/doc/00-intro.md#installation-windows)).
53+
## Download composer in the project directory (use below links)
54+
* [Linux/MacOS](https://getcomposer.org/download/)
55+
* [Windows](https://getcomposer.org/doc/00-intro.md#installation-windows)
5456

55-
**Note:** To use the **composer** command directly, it either should have been downloaded in the project directory or should be accessible globally which can be done by the command below:
57+
**Note:** To use the **composer** command directly, it either should have been downloaded in the project directory or should be accessible globally which can be done by the command below(if not executed already as per composed download page steps):
5658

5759
```bash
5860
mv composer.phar /usr/local/bin/composer

0 commit comments

Comments
 (0)