Skip to content

Commit

Permalink
docs: adjust motto for project
Browse files Browse the repository at this point in the history
  • Loading branch information
aidenybai committed Jul 26, 2021
1 parent fd2c1b2 commit 8d2a7c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# <a href="https://million.js.org"><img src="https://raw.githubusercontent.com/aidenybai/million/main/.github/assets/logo.svg" height="80" alt="Million Logo" aria-label="Million Logo" /></a>

### <1kb virtual DOM - it's fast!
### <1kb compiler-focused virtual DOM. It's fast!

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.
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 that focus on precompilation and static analysis.

[![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.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)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "million",
"version": "0.2.7",
"description": "<1kb virtual DOM - it's fast!",
"description": "<1kb compiler-focused virtual DOM. It's fast!",
"main": "dist/million.umd.js",
"module": "dist/million.esm.js",
"jsdelivr": "dist/million.esm.min.js",
Expand Down

0 comments on commit 8d2a7c1

Please sign in to comment.