Browse Source

fixed readme.md wrong symbol

Signed-off-by: freezestart <freezestart@gmail.com>
freezestart 11 years ago
parent
commit
fdeb06e54c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      readme.md

+ 2 - 2
readme.md

@@ -27,7 +27,7 @@ enjoy, not something that is painful. Enjoy the fresh air.
 
 Route::get('/', function()
 {
-	return "Hello World!":
+	return "Hello World!";
 });
 ```
 
@@ -64,4 +64,4 @@ git commit -s -m "this commit will be signed off automatically!"
 
 ## License
 
-Laravel is open-sourced software licensed under the MIT License.
+Laravel is open-sourced software licensed under the MIT License.