Skip to content

Commit

Permalink
Fixed typo in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
afroewis authored May 3, 2017
1 parent 3b5ee39 commit 658ed5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Stern lets you built type-safe PHP projects, even if your project's users aren't

Using Stern is simply:

1. Make your clas use the `SternTrait`.
1. Make your class use the `SternTrait`.
2. Rename your methods from `whateverName` to `strictWhateverName`.
3. Enjoy strict-typing whether your users like it or not.

Expand Down

0 comments on commit 658ed5e

Please sign in to comment.