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): ```