From 7f2fd2474cb71f9dcd3ab544f89d168e884aabd6 Mon Sep 17 00:00:00 2001 From: regorxxx Date: Fri, 8 Oct 2021 23:33:50 +0200 Subject: [PATCH] Update README.md and console.js --- README.md | 2 +- examples/console.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9a09244..4951695 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ console.logUI('This is output only console on UI. New method.'); ![Capture](https://user-images.githubusercontent.com/83307074/136626429-e29deefb-d334-4097-88d4-c096b263b436.JPG) -There is a usage examples on the 'examples' folder. +There is an usage example on the 'examples' folder. ## Other implementations 1. [Playlist-Tools-SMP](https://github.com/regorxxx/Playlist-Tools-SMP): Different tools for [foobar2000](https://www.foobar2000.org). diff --git a/examples/console.js b/examples/console.js index 7103509..12455e0 100644 --- a/examples/console.js +++ b/examples/console.js @@ -1,4 +1,4 @@ -"use strict"; +'use strict'; include('..\\helpers\\helpers_xxx_console.js'); console.log('This is output to log file at foobar profile folder and to console on UI.');