From 401c1fe65d717f9cce2f74c27f7ca4092fb08cb0 Mon Sep 17 00:00:00 2001 From: Andrew Lalis Date: Sun, 4 Nov 2018 07:44:06 +0100 Subject: [PATCH] Update README.md --- libs/move_script/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/move_script/README.md b/libs/move_script/README.md index c9054cf..8e3a8ab 100644 --- a/libs/move_script/README.md +++ b/libs/move_script/README.md @@ -8,7 +8,7 @@ A more convenient way to move a robot. *None* ## Instructions -Simply run `pastebin get 4c2AN8Jw /home/lib/movescript` to install movescript to the local computer. Then you can begin writing movescripts to tell your robots how to move. For example: +Simply run `pastebin get 4c2AN8Jw /lib/movescript` to install movescript to the local computer. Then you can begin writing movescripts to tell your robots how to move. For example: ``` local ms = require("movescript") @@ -24,4 +24,4 @@ It is also possible to specify the amount of times to perform an action, by givi ``` local my_long_script = "10D2R5B3U" ms.execute(my_long_script) -``` \ No newline at end of file +```