Skip to content

Commit

Permalink
Add Approx Dev time tag to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreamlinerm committed Oct 20, 2024
1 parent 55bca33 commit 576634d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div align="center">
<img src="firefox/icons/NetflixAmazon%20Auto-Skip.svg" width="10%">

# 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.
Expand All @@ -20,6 +20,7 @@
<br>
<img alt="GitHub Issues or Pull Requests" src="https://img.shields.io/github/issues/Dreamlinerm/Netflix-Prime-Auto-Skip">
<img alt="GitHub commit activity" src="https://img.shields.io/github/commit-activity/m/Dreamlinerm/Netflix-Prime-Auto-Skip">
<img alt="Development Time" src="https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fraw.githubusercontent.com%2FDreamlinerm%2FNetflix-Prime-Auto-Skip%2Frefs%2Fheads%2Fmain%2FAuthorHours.json&query=time&label=Approx%20Development%20Time%20(Owner)">
<br>
<a href="(https://github.com/sponsors/Dreamlinerm">
<img src="https://img.shields.io/github/sponsors/Dreamlinerm?logo=githubsponsors">
Expand Down Expand Up @@ -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)!

<img alt="Development Time" src="https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fraw.githubusercontent.com%2FDreamlinerm%2FNetflix-Prime-Auto-Skip%2Frefs%2Fheads%2Fmain%2FAuthorHours.json&query=time&label=Approx%20Development%20Time%20(Owner)">

## Contributing

If you have any suggestions or Bugs, please open an issue or join the [Discord](https://discord.gg/7us76ErE).
Expand Down
1 change: 1 addition & 0 deletions hourstxtToJSON.js
Original file line number Diff line number Diff line change
@@ -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");

Expand Down

0 comments on commit 576634d

Please sign in to comment.