Browse Source

readme type

main
churchianity 2 years ago
parent
commit
0917ae0e4d
  1. 2
      README.md

2
README.md

@ -19,7 +19,7 @@ first argument can be a string or array of strings.
logt("verbose", "Download progress:", downloadProgress / totalDownloads); logt("verbose", "Download progress:", downloadProgress / totalDownloads);
// send to targets with the 'info' and 'error' tags // 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 # Configuration

Loading…
Cancel
Save