1
0
Fork 0

fix(docs): Correct missing period in ".js" extension

This commit is contained in:
Benjamin F 2022-12-25 21:27:19 -08:00
parent a45f434058
commit acfa42777a

View file

@ -19,7 +19,7 @@ website(s) or other more user-facing aspects.
FreeSewing is now ESM only. We no longer publish CJS modules.
To make this explicit, we now use the `.mjs` file extension for our source code, instead of `js`.
To make this explicit, we now use the `.mjs` file extension for our source code, instead of `.js`.
### Named exports only