From 1b2f29881747b3728d8dbbc146e4451646996e53 Mon Sep 17 00:00:00 2001 From: Matthieu Baumann Date: Sat, 15 Feb 2025 09:02:21 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1c2acd90..49e094b8 100644 --- a/README.md +++ b/README.md @@ -160,7 +160,7 @@ npm run build > ``` > - Then recompile > ```sh -> npm run build` +> 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.