From 7276ebeac7a2f9dd055e29024c4b5ffd08e85c83 Mon Sep 17 00:00:00 2001 From: tswagger Date: Mon, 11 May 2015 13:38:09 -0500 Subject: [PATCH] Minor Typo Fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 80d60b0f..09e87fcf 100644 --- a/README.md +++ b/README.md @@ -171,7 +171,7 @@ $this->aauth->send_pm(3,4,'New cloaks','These new cloaks are fantastic!') #### Banning users -Frodo has broke the rules and will not need to be banned from the system. +Frodo has broke the rules and will now need to be banned from the system. ```php $this->aauth->ban_user(3); ```