Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

## What is Million.js?

Million.js is an extremely fast and lightweight optimizing compiler that make [components](https://react.dev) up to [_**70% faster**_](https://krausest.github.io/js-framework-benchmark/current.html).
Million.js is an extremely fast and lightweight optimizing compiler that makes [components](https://react.dev) up to [_**70% faster**_](https://krausest.github.io/js-framework-benchmark/current.html).

> Oh man... Another [`/virtual dom|javascript/gi`](https://regexr.com/6mr5f) framework? I'm fine with [React](https://reactjs.org) already, why do I need this?

Expand All @@ -50,7 +50,7 @@ The Million.js CLI will automatically install the package and configure your pro
npx million@latest
```

Once your down, just run your project and information should show up in your command line!
Once you're down, just run your project and information should show up in your command line!

> Having issues installing? [**→ View the installation guide**](https://million.dev/docs/install)

Expand Down