Update README.md

This commit is contained in:
Matthieu Baumann
2025-02-15 09:02:01 +01:00
committed by GitHub
parent fa7781037e
commit 98e1c6cfca

View File

@@ -158,7 +158,10 @@ npm run build
> ```sh
> git clean -di
> ```
> - then recompile with `npm run build`.
> - Then recompile
> ```sh
> npm run build`
> ```
It will generate the aladin lite compiled code into a `dist/` directory located at the root of the repository. This directory contains two javascript files. `aladin.umd.cjs` follows the UMD module export convention and it is the one you need to use for your project.