Merge pull request #1196 from freezestart/master

Fixed readme.md wrong symbol
This commit is contained in:
Dayle Rees 2012-09-10 03:19:54 -07:00
commit a121e8f520

View File

@ -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.