From 9dd47842dc3424534d6df815364e66e1febc89b9 Mon Sep 17 00:00:00 2001 From: Pk11 Date: Sun, 1 Nov 2020 16:25:04 -0600 Subject: [PATCH] Updated move (markdown) --- move.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/move.md b/move.md index e528957..cb7fc82 100644 --- a/move.md +++ b/move.md @@ -2,7 +2,7 @@ The `move` function has 3 parameters. It moves the `oldFile` to `newFile`. - `oldFile` -> The file to copy - `newFile` -> Where to copy to -- `message` -> The message to show while copying +- `message` -> The message to show while moving Example: ```json