diff --git a/README.md b/README.md
index d3ec3cb..3d52dc7 100644
--- a/README.md
+++ b/README.md
@@ -25,11 +25,21 @@ Icon by [Zauromoun](https://www.tumblr.com/zauromoun)
 > 'eat pant',  7  ⟵ [4, 6] 2h6 + 1
 - Outcomes!
 > ╭ 2h6 + 1  
-> │ 1-2 your body rejects the pant  
+> │ -2 your body rejects the pant  
 > │ 3-4 you manage to scarf it down  
 > │ 5-6 you absorb the nutrients of the pant  
-> │ 7 become pant  
+> │ 7- become pant  
 > 'your body rejects the pant', ` 2 ` ⟵ [1, 1] 2h6 + 1
+- Macros!
+> ╭ /macro add name:eatpant dice:d6; -2 your body rejects the pant; 3-4 you manage to  
+> │ scarf it down; 5-6 you absorb the nutrients of the pant; 7- become pant  
+> Macro added! Try /eatpant!  
+> ╭ /eatpant  
+> 'you manage to scarf it down',  3  ⟵ [3] 1d6
+> ╭ /eatpant +1  
+> 'you absorb the nutrients of the pant', ` 5 ` ⟵ [4] 1d6 + 1
+> ╭ /eatpant 2h6+3  
+> 'become pant', ` 9 ` ⟵ [5, 6] 2h6 + 3
 - Command editing and recalculation!  
 > There is no demonstration for this