From 0463cc3540956fb4f64891eca538c35ffad1ae21 Mon Sep 17 00:00:00 2001 From: lee2sman Date: Thu, 21 Jan 2021 04:18:38 -0500 Subject: [PATCH] add section on how to use --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 55b8f5c..ffba58f 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,11 @@ A kind of LOGO-like DSL built in the p5.js library. This is a rudimentary proof of concept right now with globals and without implementing classes or ability to loop. -## Commands +## How to Use + +Put your code inside the turtle function in turtle.js + +## Reference Commands ``` //movement