mirror of
https://github.com/laravel/laravel.git
synced 2025-02-20 11:53:14 +08:00
fixed readme.md wrong symbol
Signed-off-by: freezestart <freezestart@gmail.com>
This commit is contained in:
parent
1f005bd7e5
commit
fdeb06e54c
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user