From a8531980d995c2f3bea7d399b8a887712692a039 Mon Sep 17 00:00:00 2001 From: treeform Date: Mon, 24 May 2021 10:51:17 -0700 Subject: [PATCH] Small readme fix. --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index e5edc0a..ff827ea 100644 --- a/README.md +++ b/README.md @@ -84,13 +84,13 @@ Supported Mask Modes: Format | Supported | Description | ------------- | ------------- | --------------------- | -M,m | ✅ | move to | -L,l | ✅ | line to | -h,h | ✅ | horizontal line to | -V,v | ✅ | vertical line to | -C,c,S,s | ✅ | cublic to | -Q,q,T,t | ✅ | quadratic to | -A,a | ✅ | arc to | +M m | ✅ | move to | +L l | ✅ | line to | +h h | ✅ | horizontal line to | +V v | ✅ | vertical line to | +C c S s | ✅ | cublic to | +Q q T t | ✅ | quadratic to | +A a | ✅ | arc to | z | ✅ | close path | ### Realtime Examples