From 6fca02298206d1ab5f516bfd4d5674348834f580 Mon Sep 17 00:00:00 2001 From: Boshen Date: Wed, 5 Apr 2023 22:43:59 +0800 Subject: [PATCH] chore(README): add try it out at top --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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