From 0f9d4770e0fb360c767241a13696d73edc6536b7 Mon Sep 17 00:00:00 2001 From: Roman Lorenzo Balayan Date: Wed, 12 Jun 2024 16:10:19 +0800 Subject: [PATCH] fix(docs): Update readme to correct command for creating types (#1939) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index db4ec2a1d..46752a93d 100644 --- a/README.md +++ b/README.md @@ -704,7 +704,7 @@ $> npm run docs Building the TypeScript definition to `index.d.ts`: ``` -$> npm run types +$> npm run build:types ``` ### Browserify integration