Browse Source

Minor Typo Fix

develop
tswagger 10 years ago
parent
commit
7276ebeac7
  1. 2
      README.md

2
README.md

@ -171,7 +171,7 @@ $this->aauth->send_pm(3,4,'New cloaks','These new cloaks are fantastic!')
#### Banning users #### 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 ```php
$this->aauth->ban_user(3); $this->aauth->ban_user(3);
``` ```

Loading…
Cancel
Save