From 2043c0c5db312cf82f92d61b75c2af731082e2c7 Mon Sep 17 00:00:00 2001 From: Grump Date: Fri, 8 May 2020 11:27:11 +0200 Subject: [PATCH] update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9c760bf..980e819 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ Function names in this list are links to their LÖVE `File` counterparts. `File` local nativefs = require("nativefs") -- deletes all files in C:\Windows -local files = nativefs.getDirectoryItems('C:/Windows`) +local files = nativefs.getDirectoryItems("C:/Windows") for i = 1, #files do nativefs.remove("C:/Windows/" .. files[i]) end