Skip to content

Commit

Permalink
Update README.md and console.js
Browse files Browse the repository at this point in the history
  • Loading branch information
regorxxx committed Oct 8, 2021
1 parent 353864e commit 7f2fd24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
2 changes: 1 addition & 1 deletion examples/console.js
Original file line number Diff line number Diff line change
@@ -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.');
Expand Down

0 comments on commit 7f2fd24

Please sign in to comment.