From 9ed0706c7941e223c64fea4548d336b507136ae1 Mon Sep 17 00:00:00 2001 From: bohan Date: Tue, 14 Mar 2023 11:19:17 +0800 Subject: [PATCH] refactor: ast -> AST in readme (#2232) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c402f30fdc9..a52229cb598a 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ Thanks to: - The [Vite](https://github.com/vitejs/vite) project created by [Evan You](https://github.com/yyx990803) which inspired Rspack's compatibility design of webpack's ecosystem. - The [Rolldown](https://github.com/rolldown-rs/rolldown) project created by [Rolldown team](https://github.com/rolldown-rs), which explores the possibility of making a performant bundler in Rust with Rollup-compatible API. It inspires the design principles of Rspack. - The [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin) project created by [@jantimon](https://github.com/jantimon), `@rspack/html-plugin` is a fork of [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin) to avoid some webpack API usage not supported in Rspack. -- The [Turbopack](https://github.com/vercel/turbo) project which inspired the ast path logic of Rspack. +- The [Turbopack](https://github.com/vercel/turbo) project which inspired the AST path logic of Rspack. ## License