Commit fdeb06e5 authored by freezestart's avatar freezestart

fixed readme.md wrong symbol

Signed-off-by: 's avatarfreezestart <freezestart@gmail.com>
parent 1f005bd7
...@@ -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