diff --git a/README.md b/README.md index cedc257c18d..d8e5ecead17 100644 --- a/README.md +++ b/README.md @@ -15,11 +15,19 @@ +
+ + ++
SWC (stands for `Speedy Web Compiler`) is a super-fast TypeScript / JavaScript compiler written in Rust. It's a library for Rust and JavaScript at the same time. If you are using SWC from Rust, see [rustdoc](https://rustdoc.swc.rs/swc/) and for most users, your entry point for using the library will be [parser](https://rustdoc.swc.rs/swc_ecma_parser/).