README.md
changeset 92 aa7d918e727d
parent 79 bca27c55be9f
child 98 dd260cff924e
--- a/README.md	Sun May 07 19:31:37 2017 +0200
+++ b/README.md	Sun May 07 19:52:58 2017 +0200
@@ -184,11 +184,16 @@
 % madonctl accounts --account-id 1 followers --template '{{.acct}}{{"\n"}}'
 ```
 
-Number of users on current instance (madonctl 1.5+) (statistics from instances.mastodon.xyz API):
+Number of users on current instance (madonctl 0.5+) (statistics from instances.mastodon.xyz API):
 ```
 madonctl instance --stats --template '{{printf "%v\n" .users}}'
 ```
 
+You can write and use [themes](templates) as well (madonctl 0.6+):
+```
+madonctl --theme=ansi timeline
+```
+
 There are many more commands, you can find them in the online help or the manpage.