From 658ed5ef0f05f181ad157eaedccd34da79d69f7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Fr=C3=B6wis?= Date: Wed, 3 May 2017 13:34:03 +0200 Subject: [PATCH] Fixed typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 646579b..4a5850b 100644 --- a/README.md +++ b/README.md @@ -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.