From 0917ae0e4db8500a470dee528bfef928200421fb Mon Sep 17 00:00:00 2001 From: churchianity Date: Sun, 8 May 2022 23:09:07 -0400 Subject: [PATCH] readme type --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3826752..c24be86 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ first argument can be a string or array of strings. logt("verbose", "Download progress:", downloadProgress / totalDownloads); // send to targets with the 'info' and 'error' tags - log(["error", "info"], "failed to parse json at: ", filePath) + logt(["error", "info"], "failed to parse json at: ", filePath) ``` # Configuration