From 98e1c6cfca417c4c8a8e88a68b4d57357e0a1820 Mon Sep 17 00:00:00 2001 From: Matthieu Baumann Date: Sat, 15 Feb 2025 09:02:01 +0100 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 15e190fd..1c2acd90 100644 --- a/README.md +++ b/README.md @@ -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.