Documentation: markdown syntax

Signed-off-by: Pierre Bertet <bonjour@pierrebertet.net>
This commit is contained in:
Pierre Bertet 2013-01-10 15:53:50 +01:00
parent 347f1b8d97
commit 4a47bda118
1 changed files with 2 additions and 2 deletions

View File

@ -88,8 +88,8 @@ ## Committing
# git commit -s -m "I added some more stuff to the Localization documentation."
"- **-s** means that you are signing-off on your commit with your name. This tells the Laravel team know that you personally agree to your code being added to the Laravel core.
"- **-m** is the message that goes with your commit. Provide a brief explanation of what you added or changed.
- **-s** means that you are signing-off on your commit with your name. This tells the Laravel team know that you personally agree to your code being added to the Laravel core.
- **-m** is the message that goes with your commit. Provide a brief explanation of what you added or changed.
<a name="pushing-to-your-fork"></a>
## Pushing to your Fork