Skip to content

Commit

Permalink
DOCS: add links to badges
Browse files Browse the repository at this point in the history
  • Loading branch information
JMHeartley authored Jun 17, 2024
1 parent e7be578 commit 9bf7a82
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,17 @@
<a href="/LICENSE">
<img src="https://img.shields.io/github/license/jmheartley/dreamlo.js?color=brightgreen" alt="GitHub License" >
</a>
<img src="https://img.shields.io/github/last-commit/jmheartley/dreamlo.js?color=green" alt="GitHub last commit">
<img src="https://img.shields.io/github/contributors/jmheartley/dreamlo.js?color=yellowgreen" alt="GitHub contributors">
<a href="https://github.com/JMHeartley/dreamlo.js/commits/master/">
<img src="https://img.shields.io/github/last-commit/jmheartley/dreamlo.js?color=green" alt="GitHub last commit">
</a>
<a href="https://github.com/JMHeartley/dreamlo.js/graphs/contributors">
<img src="https://img.shields.io/github/contributors/jmheartley/dreamlo.js?color=yellowgreen" alt="GitHub contributors">
</a>
<img src="https://img.shields.io/badge/total%20lines-1.1k-yellow" alt="Lines of code">
<img src="https://img.shields.io/github/repo-size/jmheartley/dreamlo.js?color=orange" alt="GitHub repo size">
<img src="https://img.shields.io/npm/v/dreamlo.js?color=red" alt="NPM version">
<a href="https://www.npmjs.com/package/dreamlo.js">
<img src="https://img.shields.io/npm/v/dreamlo.js?color=red" alt="NPM version">
</a>
</p>


Expand Down

0 comments on commit 9bf7a82

Please sign in to comment.