Skip to content

Commit

Permalink
chore: update readme style
Browse files Browse the repository at this point in the history
  • Loading branch information
maraisr committed Jul 9, 2023
1 parent 6f1c7be commit 79b2786
Showing 1 changed file with 23 additions and 17 deletions.
40 changes: 23 additions & 17 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,35 @@
<div align="right">
<div align="left">

# `object-identity`
<samp>

<br />
<br />
# object-identity

`npm add object-identity` hashes objects
</samp>

**A utility that provides a stable identity of an object**

<span>
<a href="https://github.com/maraisr/object-identity/actions/workflows/ci.yml">
<img src="https://github.com/maraisr/object-identity/actions/workflows/ci.yml/badge.svg"/>
</a>
<a href="https://npm-stat.com/charts.html?package=object-identity">
<img src="https://badgen.net/npm/dw/object-identity?labelColor=black&color=black&cache=600" alt="downloads"/>
<img src="https://badgen.net/npm/dm/object-identity?color=black&label=npm%20downloads" alt="js downloads">
</a>
<a href="https://packagephobia.com/result?p=object-identity">
<img src="https://badgen.net/packagephobia/install/object-identity?labelColor=black&color=black" alt="size"/>
<a href="https://unpkg.com/object-identity/index.mjs">
<img src="https://img.badgesize.io/https://unpkg.com/object-identity/index.mjs?compression=gzip&label=gzip&color=black" alt="gzip size" />
</a>
<a href="https://bundlephobia.com/result?p=object-identity">
<img src="https://badgen.net/bundlephobia/minzip/object-identity?labelColor=black&color=black" alt="size"/>
<a href="https://unpkg.com/object-identity/index.mjs">
<img src="https://img.badgesize.io/https://unpkg.com/object-identity/index.mjs?compression=brotli&label=brotli&color=black" alt="brotli size" />
</a>
</span>

<br />
<br />
<br>
<br>

<sup>

This is free to use software, but if you do like it, consisder supporting me ❤️

[![sponsor me](https://badgen.net/badge/icon/sponsor?icon=github&label&color=gray)](https://github.com/sponsors/maraisr)
[![buy me a coffee](https://badgen.net/badge/icon/buymeacoffee?icon=buymeacoffee&label&color=gray)](https://www.buymeacoffee.com/marais)

</sup>

</div>

## ⚡ Features
Expand Down

0 comments on commit 79b2786

Please sign in to comment.