From 4a47bda118088b12c870d55d5bae812d6e2954f3 Mon Sep 17 00:00:00 2001 From: Pierre Bertet Date: Thu, 10 Jan 2013 15:53:50 +0100 Subject: [PATCH] Documentation: markdown syntax Signed-off-by: Pierre Bertet --- laravel/documentation/contrib/command-line.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/laravel/documentation/contrib/command-line.md b/laravel/documentation/contrib/command-line.md index 5dea4cb6..0602c2e2 100644 --- a/laravel/documentation/contrib/command-line.md +++ b/laravel/documentation/contrib/command-line.md @@ -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. ## Pushing to your Fork