diff --git a/README.md b/README.md index eebf005e..ec22a862 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@
-# Streaming enhanced ![Dynamic JSON Badge](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fraw.githubusercontent.com%2FDreamlinerm%2FNetflix-Prime-Auto-Skip%2Fmain%2Fpackage.json&query=version&label=Version) +# Streaming enhanced ![Project Version](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fraw.githubusercontent.com%2FDreamlinerm%2FNetflix-Prime-Auto-Skip%2Fmain%2Fpackage.json&query=version&label=Version) ## Automatically skip Ads, Intros, Recaps, Credits, etc. @@ -20,6 +20,7 @@
GitHub Issues or Pull Requests GitHub commit activity +Development Time
@@ -162,6 +163,8 @@ If you want to see what is implemented go [here](#implemented-feature-overview): Buy me a [coffee](https://github.com/sponsors/Dreamlinerm)! +Development Time + ## Contributing If you have any suggestions or Bugs, please open an issue or join the [Discord](https://discord.gg/7us76ErE). diff --git a/hourstxtToJSON.js b/hourstxtToJSON.js index ef272af1..11f6fe49 100644 --- a/hourstxtToJSON.js +++ b/hourstxtToJSON.js @@ -1,5 +1,6 @@ /* global require */ /* global process */ +// requires https://github.com/lazypic/git-hours to be installed globally const fs = require("fs"); const path = require("path");