We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5832eb commit 84c6c19Copy full SHA for 84c6c19
README.md
@@ -18,15 +18,15 @@ This application renders interactive 3D plane-mesh wireframe structures with clo
18
You can import this package directly from Git without publishing to npm:
19
20
```bash
21
-npm install git+https://github.com/yourusername/toroid-wireframe-clouds.git
+npm install git+https://github.com/Ivy-Interactive/toroid-wireframe-clouds.git
22
```
23
24
Or add to your `package.json`:
25
26
```json
27
{
28
"dependencies": {
29
- "toroid-wireframe-clouds": "git+https://github.com/yourusername/toroid-wireframe-clouds.git"
+ "toroid-wireframe-clouds": "git+https://Ivy-Interactive/yourusername/toroid-wireframe-clouds.git"
30
}
31
32
0 commit comments