From d30e39c6e84df26d679f3c350c63029ae31a25c1 Mon Sep 17 00:00:00 2001 From: dcode Date: Sat, 30 Oct 2021 11:29:06 +0200 Subject: [PATCH] Add more build instructions --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4ba96a9..53cd109 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Usage The package exports an ECMAScript module with an UMD fallback. -```sh +``` $> npm install long ``` @@ -261,6 +261,12 @@ WebAssembly support Building -------- +Building the UMD fallback: + +``` +$> npm run build +``` + Running the [tests](./tests): ```