From f59a282db191536eab6fb60d41828e922cc02cb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5vard=20Pettersson?= Date: Sat, 20 Sep 2014 09:09:30 +0200 Subject: [PATCH] Fixed usage in README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3264035..aa24961 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ This installs the plugin binary `tox.so` to the recommended location `~/.weechat Usage ----- - If the plugin does no automatically load, load it with `/plugin load tox`. You may have to specify the full path to the plugin binary. - - Create a new identity with `/tox add `. The data file is stored in `~/.weechat/tox/` by default. + - Create a new identity with `/tox create `. The data file is stored in `~/.weechat/tox/` by default. - Connect your identity to the Tox network with `/tox connect `. - Change your name with `/name `. - Get your Tox ID with `/myid`.