diff --git a/README.md b/README.md index b691053..04b12ce 100644 --- a/README.md +++ b/README.md @@ -310,7 +310,7 @@ in the head but the 'legacy' version generated by ViteJS like so : Like the previous tag, this will do nothing in development but in production, Django Vite will add a script tag with a `nomodule` attribute for legacy browsers. -The path to your asset must contain de pattern `-legacy` in the file name (ex : `main-legacy.js`). +The path to your asset must contain the pattern `-legacy` in the file name (ex : `main-legacy.js`). This tag accepts overriding and adding custom attributes like the default `vite_asset` tag.