Skip to content
This repository was archived by the owner on Nov 22, 2022. It is now read-only.

Commit 1de577a

Browse files
bnjmelfrank
authored andcommitted
Fix npm install path (#22)
1 parent a61ce17 commit 1de577a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RayTracingRenderer is the *early alpha stage* of development. Features are incom
1616
* [Latest ES5 Build](https://raw.githubusercontent.com/hoverinc/ray-tracing-renderer/master/build/RayTracingRenderer.es5.js)
1717

1818
Or if you use npm, run
19-
`npm install git+ssh://github.com/hoverinc/three.js-ray-tracing-renderer`
19+
`npm install git+ssh://github.com/hoverinc/ray-tracing-renderer`
2020

2121
Ray Tracing Renderer relies on WebGL2, and any browser supporting WebGL2 also supports ES6. Thus, you should only use the ES5 build if the renderer inside your appliaction is *optional*, and your application must support older browsers.
2222

0 commit comments

Comments
 (0)