Merge pull request #1196 from freezestart/master
Fixed readme.md wrong symbol
This commit is contained in:
commit
a121e8f520
|
@ -27,7 +27,7 @@ ### Hello World:
|
|||
|
||||
Route::get('/', function()
|
||||
{
|
||||
return "Hello World!":
|
||||
return "Hello World!";
|
||||
});
|
||||
```
|
||||
|
||||
|
@ -64,4 +64,4 @@ ## Contributing to Laravel
|
|||
|
||||
## License
|
||||
|
||||
Laravel is open-sourced software licensed under the MIT License.
|
||||
Laravel is open-sourced software licensed under the MIT License.
|
||||
|
|
Loading…
Reference in New Issue