From 6e674b45080da4adbf1fbf17a2d860b83dd35a1d Mon Sep 17 00:00:00 2001 From: Marcel Wiessler Date: Sun, 26 Jan 2025 13:22:04 +0100 Subject: [PATCH] Update index.md --- documentation/three/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/three/index.md b/documentation/three/index.md index 5a876fd82..c7e96aad8 100644 --- a/documentation/three/index.md +++ b/documentation/three/index.md @@ -45,7 +45,7 @@ For complex 3D scenes and fast iteration, we recommend using Needle Engine with You can work directly with Needle Engine without using any Integration. Needle Engine uses [three.js](https://threejs.org/) as scene graph and rendering library, so all functionality from three.js is available in Needle as well. -You can install Needle Engine from `npm` by running: +You can install Needle Engine from [`npm`](https://www.npmjs.com/package/@needle-tools/engine) by running:
`npm i @needle-tools/engine`