Skip to content

Commit

Permalink
Merge pull request #3 from afroewis/master
Browse files Browse the repository at this point in the history
Fixed typo in README.md
  • Loading branch information
paragonie-scott authored May 3, 2017
2 parents eabc03d + 658ed5e commit 9d75fdb
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 9d75fdb

Please sign in to comment.