diff --git a/README.md b/README.md index 9252b85cf..8963893bb 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ The Oxidation Compiler is currently creating a suite of tools for the JavaScript/TypeScript language, which comprises: * [Parser](./crates/oxc_parser) - See [docs.rs/oxc_parser](https://docs.rs/oxc_parser) -* [Linter](./crates/oxc_linter) - Work in progress +* [Linter](./crates/oxc_linter) - Work in progress. Try it out! `npx oxidation-compiler@latest lint path` * Formatter * Transpiler * [Minifier](./crates/oxc_minifier) - Draft