From 151d62a8d42f95c28c2200ec6ef3f366d6dda3c1 Mon Sep 17 00:00:00 2001 From: Nikush Dalia Date: Thu, 30 Jan 2025 19:51:54 -0500 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d18b574..384c336 100644 --- a/README.md +++ b/README.md @@ -14,15 +14,17 @@ the license and the credits. ### Installation: ``` -yarn install @firecms/neat three.js +yarn install @firecms/neat three ``` or ``` -npm install @firecms/neat three.js +npm install @firecms/neat three ``` +Ensure you do not install `three.js`, that is a different incompatible package. + ### Usage: ```typescript