Skip to content

Commit

Permalink
docs: fix path for code size
Browse files Browse the repository at this point in the history
  • Loading branch information
aidenybai committed Jul 15, 2021
1 parent 1b55e5e commit d0eb9f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Current Virtual DOM implementations are inadequate—Ranging from overcomplicated to abandoned, most are unusable without sacrificing raw performance and size. Million aims to fix this, providing a library-agnostic Virtual DOM to serve as the core for Javascript libraries.

[![CI](https://img.shields.io/github/workflow/status/aidenybai/million/CI?color=47BB77&labelColor=000&style=flat-square&label=build)](https://img.shields.io/github/workflow/status/aidenybai/million)
![Code Size](https://badgen.net/badgesize/brotli/https/unpkg.com/million/dist/million.min.js?style=flat-square&label=size&color=47BB77&labelColor=000) [![NPM Version](https://img.shields.io/npm/v/million?style=flat-square&color=47BB77&labelColor=000)](https://www.npmjs.com/package/million) ![Code Coverage](https://img.shields.io/coveralls/github/aidenybai/million?color=47BB77&labelColor=000&style=flat-square)
![Code Size](https://badgen.net/badgesize/brotli/https/unpkg.com/million/dist/million.esm.min.js?style=flat-square&label=size&color=47BB77&labelColor=000) [![NPM Version](https://img.shields.io/npm/v/million?style=flat-square&color=47BB77&labelColor=000)](https://www.npmjs.com/package/million) ![Code Coverage](https://img.shields.io/coveralls/github/aidenybai/million?color=47BB77&labelColor=000&style=flat-square)

[**→ Check out the Million documentation**](https://million.js.org)

Expand Down

0 comments on commit d0eb9f6

Please sign in to comment.