diff --git a/readme.md b/readme.md index a4c47c4..29384ed 100644 --- a/readme.md +++ b/readme.md @@ -45,8 +45,8 @@ instance.superlative(); // biggest new Inflectors("rallied").conjugate("VBP"); // rally new Inflectors("fly").conjugate("VBD"); // flew new Inflectors("throw").conjugate("VBN"); // thrown -new Inflectors("rally").conjugate("VBS"); // rallies -new Inflectors("die").conjugate("VBP"); // dying +new Inflectors("rally").conjugate("VBZ"); // rallies +new Inflectors("die").conjugate("VBG"); // dying // or you can use the aliases new Inflectors("rallied").toPresent(); // rally