mirror of
https://github.com/danog/phpseclib.git
synced 2024-11-27 04:46:26 +01:00
Capitalisation improvements.
This commit is contained in:
parent
a7e7f5891a
commit
9653e3c70f
11
README.md
11
README.md
@ -34,22 +34,21 @@ Dependencies are managed via Composer.
|
|||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|
||||||
1. Fork the project
|
1. Fork the Project
|
||||||
|
|
||||||
2. Install Dependencies
|
2. Install Dependencies
|
||||||
|
|
||||||
3. Create a feature branch
|
3. Create a Feature Branch
|
||||||
|
|
||||||
4. (Optional) Run the Test Suite
|
4. (Recommended) Run the Test Suite
|
||||||
|
|
||||||
``` sh
|
``` sh
|
||||||
vendor/bin/phpunit
|
vendor/bin/phpunit
|
||||||
```
|
```
|
||||||
|
5. (Recommended) Check whether your code conforms to our Coding Standards by running
|
||||||
5. (Optional) Check whether your code conforms to our coding standards by running
|
|
||||||
|
|
||||||
``` sh
|
``` sh
|
||||||
vendor/bin/phing -f build/build.xml sniff
|
vendor/bin/phing -f build/build.xml sniff
|
||||||
```
|
```
|
||||||
|
|
||||||
6. Send us a pull request
|
6. Send us a Pull Request
|
||||||
|
Loading…
Reference in New Issue
Block a user