README.md
changeset 24 9fcffbaa8cd0
parent 21 9e94836dc081
child 31 9dcb4491d7a1
--- a/README.md	Fri Apr 28 17:07:13 2017 +0200
+++ b/README.md	Fri Apr 28 17:20:46 2017 +0200
@@ -116,6 +116,8 @@
 % madonctl timeline                 # Display home timeline
 % madonctl timeline public          # Display federated timeline
 % madonctl timeline public --local  # Display public local timeline
+
+% madonctl timeline --limit 3       # Display 3 latest home timeline messages
 ```
 
 Use the streaming API and fetch timelines and notifications:
@@ -165,7 +167,8 @@
 All the users that have favorited a given status:\
 `madonctl status --status-id 101194 favourited-by --template '{{.username}}{{"\n"}}'`
 
-For more complex templates, one can use the `--template-file` option.
+For more complex templates, one can use the `--template-file` option.\
+See the [templates](templates) folder.
 
 ## References