From 203c60e516e652df1ff03763b84848bf4f5872e3 Mon Sep 17 00:00:00 2001 From: Roman Balayan Date: Tue, 3 Oct 2023 01:00:58 +0800 Subject: [PATCH] Doc: Update readme to correct command for creating types --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b88c0229f..3b9343539 100644 --- a/README.md +++ b/README.md @@ -717,7 +717,7 @@ $> npm run docs Building the TypeScript definition to `index.d.ts`: ``` -$> npm run types +$> npm run build:types ``` ### Browserify integration