Skip to content

Commit

Permalink
fixed readme.md wrong symbol
Browse files Browse the repository at this point in the history
Signed-off-by: freezestart <[email protected]>
  • Loading branch information
RaymondChou committed Sep 8, 2012
1 parent 1f005bd commit fdeb06e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ enjoy, not something that is painful. Enjoy the fresh air.

Route::get('/', function()
{
return "Hello World!":
return "Hello World!";
});
```

Expand Down Expand Up @@ -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.

0 comments on commit fdeb06e

Please sign in to comment.