fixed readme.md wrong symbol

Signed-off-by: freezestart <freezestart@gmail.com>
This commit is contained in:
freezestart 2012-09-08 21:13:56 +08:00
parent 1f005bd7e5
commit fdeb06e54c
1 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ ### Hello World:
Route::get('/', function() Route::get('/', function()
{ {
return "Hello World!": return "Hello World!";
}); });
``` ```
@ -64,4 +64,4 @@ ## Contributing to Laravel
## License ## License
Laravel is open-sourced software licensed under the MIT License. Laravel is open-sourced software licensed under the MIT License.