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!";
}); });
``` ```
...@@ -64,4 +64,4 @@ git commit -s -m "this commit will be signed off automatically!" ...@@ -64,4 +64,4 @@ git commit -s -m "this commit will be signed off automatically!"
## License ## License
Laravel is open-sourced software licensed under the MIT License. Laravel is open-sourced software licensed under the MIT License.
\ No newline at end of file
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