diff --git a/README.md b/README.md index 82acbaa5..418d1c1d 100644 --- a/README.md +++ b/README.md @@ -404,7 +404,7 @@ Use the "Table of Contents" menu on the top-right corner to explore the list. - [vite-plugin-serve-static](https://github.com/reifiedbeans/vite-plugin-serve-static) - Allows serving arbitrary static files not in the `public/` directory. - [vite-plugin-valibot-env](https://github.com/idleberg/vite-plugin-valibot-env) - Validate environment variables against a Valibot schema. - [vite-plugin-vitest-cache](https://github.com/raegen/vite-plugin-vitest-cache) - Optimize `Vitest` execution time through caching. -- [vite-preload](https://github.com/wille/vite-preload) - Speed up your Vite application by preloading modules and stylesheets as early as possible. Supports lazy modules and React. +- [vite-preload](https://github.com/wille/vite-preload) - Preloads lazy loaded modules and stylesheets that were rendered by the server using 103 Early Hints, Link headers or link tags. #### Testing