revert unintended change

This commit is contained in:
Laurence Ioannou 2018-02-18 00:49:04 +11:00 committed by GitHub
parent 1aacd69f99
commit 30fbe31f3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -1,7 +1,5 @@
# Laravel Documentation
You can find the online version of the Laravel documentation at [https://laravel.com/docs](https://laravel.com/docs)
## Contribution Guidelines
If you are submitting documentation for the **current stable release**, submit it to the corresponding branch. For example, documentation for Laravel 5.6 would be submitted to the `5.6` branch. Documentation intended for the next release of Laravel should be submitted to the `master` branch.
If you are submitting documentation for the **current stable release**, submit it to the corresponding branch. For example, documentation for Laravel 5.5 would be submitted to the `5.5` branch. Documentation intended for the next release of Laravel should be submitted to the `master` branch.