Skip to content

Commit d30e39c

Browse files
committed
Add more build instructions
1 parent 9d90c0b commit d30e39c

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Usage
2929

3030
The package exports an ECMAScript module with an UMD fallback.
3131

32-
```sh
32+
```
3333
$> npm install long
3434
```
3535

@@ -261,6 +261,12 @@ WebAssembly support
261261
Building
262262
--------
263263

264+
Building the UMD fallback:
265+
266+
```
267+
$> npm run build
268+
```
269+
264270
Running the [tests](./tests):
265271

266272
```

0 commit comments

Comments
 (0)