Skip to content

Commit c3d2ec9

Browse files
authored
Build command fix
1 parent f55184a commit c3d2ec9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ Subscriber API allows following combinations of `onNext`, `onCompleted` and `onE
232232
## Building
233233

234234
npm install
235-
npm build
235+
npm run build
236236

237237
This produces browser-compatible standalone files under `lib/browser` and a Node.js module version under `lib/`.
238238
See files under `examples/` on how to use.

0 commit comments

Comments
 (0)