diff --git a/Twitch-Commands.md b/Twitch-Commands.md
index 7d57db8..57c8665 100644
--- a/Twitch-Commands.md
+++ b/Twitch-Commands.md
@@ -3,17 +3,40 @@
We have a *single task* timed tasklist for showing what you are currently working on, and keeping track of how long you work on each task!
+### Commands
| Command | Usage | Description | Example |
| --- | --- | --- | --- |
-| `!now` | `!now`
`!now ` | Show your current task and how long you have been working on it
Set your current task to `task`. | `!now`
`!now Testing Tasklist` |
-| `!done` | `!done` | Mark your task as complete and show how long you worked on it. | `!done` |
+| `!now` | `!now`
`!now ` | Show your current task and how long you have been working on it
Set your current task to `task`. | `!now Testing Tasklist` |
+| `!done` | `!done` | Mark your task as complete and show how long you worked on it. | |
| `!edit` | `!edit ` | Edit your current task to `task` without stopping the timer. | `!edit Testing edit command` |
| `!next` | `!next ` | A combination of `!done` and `!now `, complete your current task and start a new one. |
The tasklist is shared between Twitch and Discord, and (after linking your account with `/profiles link twitch` in Discord) all of these commands should work in both places!
+### Examples
+> **Holonomy**: `!now Writing Documentation`
+> **croccyhelper:** `Updated your current task, good luck!`
+
+The current task is now `Writing Documentation`
+
+> **Holonomy**: `!edit Writing Task Docmentation`
+> **croccyhelper:** `Updated your current task, good luck!`
+
+The current task has changed to `Writing Task Documentation`
+
+> **Holonomy**: `!next Checking Task Docmentation`
+> **croccyhelper:** `Next task set, good luck! You worked on 'Writing Task Documentation' for 10 minutes.`
+
+The task `Writing Task Documentation` was completed, and a new task `Checking Task Documentation` has been started.
+
+> **Holonomy**: `!done`
+> **croccyhelper:** `Good job finishing 'Checking Task Documentation'! You worked on it for 47 minutes.`
+
+The task `Checking Task Documentation` has been completed.
+
+