From c05bdc271d9fb17071eca8341b0e7ccdcf0f2063 Mon Sep 17 00:00:00 2001 From: puxiao Date: Thu, 21 Mar 2024 12:51:51 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 80ac247..3b4ff09 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,10 @@ In your `head` tag, include the following code: $ npm install --save dat.gui ``` +```bash +$ npm install --save-dev @types/dat.gui +``` + ```js // CommonJS: const dat = require('dat.gui');