From 143112851fd919ead11397c2b0bff1e39c81afe8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9Bu=20=D0=9Binve=D0=B3a?= Date: Sun, 28 Jul 2019 13:27:24 +0900 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 971d6f7..65c878e 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ npm start ## Helpers -Ronin helpers are keywords that facilitates adding coordinates from the canvas into your script. The currently supported helpers are `$rect`, `$pos`, `$circle`, `$line` and `$drag`. Holding right-click while using a $helper will run the script as the mouse is injecting coordinates into the script. Paste the following script, and trace a shape in the canvas: +Ronin helpers are keywords that facilitates adding coordinates from the canvas into your script. The currently supported helpers are `$rect`, `$pos`, `$circle`, `$line`, `$drag` and `$view`. Holding right-click while using a $helper will run the script as the mouse is injecting coordinates into the script. Paste the following script, and trace a shape in the canvas: ```lisp ; draw a red circle