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

Commit d3d6258

Browse files
author
Lucas Crane
authored
Fix npm package name in example code (#28)
1 parent a753952 commit d3d6258

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
@@ -35,7 +35,7 @@ const renderer = new THREE.RayTracingRenderer();
3535
#### As a module
3636
If you installed via npm, simply import the renderer as follows.
3737
```javascript
38-
import { RayTracingRenderer } from 'three.js-ray-tracing-renderer'
38+
import { RayTracingRenderer } from 'ray-tracing-renderer'
3939
```
4040
Or if you downloaded the renderer as a file,
4141
```javascript

0 commit comments

Comments
 (0)