Commit a121e8f5 by Dayle Rees

Merge pull request #1196 from freezestart/master

Fixed readme.md wrong symbol 
parents 1f005bd7 fdeb06e5
...@@ -27,7 +27,7 @@ enjoy, not something that is painful. Enjoy the fresh air. ...@@ -27,7 +27,7 @@ enjoy, not something that is painful. Enjoy the fresh air.
Route::get('/', function() Route::get('/', function()
{ {
return "Hello World!": return "Hello World!";
}); });
``` ```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment