Fix example in README.md

Yonas Yanfa created

Fix typo: --notes should be --note
Add missing slash at end of line.

Change summary

README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

README.md 🔗

@@ -40,7 +40,7 @@ Generate new invoice:
 invoice generate \
     --item "Yellow Rubber Duck" --quantity 5 \
     --item "Special Edition Plaid Rubber Duck" --quantity 1 \
-    --notes "For debugging purposes."
+    --note "For debugging purposes." \
     --output duck-invoice.pdf
 ```