Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisrzhou committed Jun 11, 2019
1 parent 9bc8dd6 commit ee4c54f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ Import `createGlowMesh` and supply any ThreeJS geometry and a valid options obje
Here is an example of a common way to create a glow mesh:

```js
import { Mesh, Renderer, Scene } from 'three';
import { createGlowMesh, defaultOptions } from './three-glow-mesh';
import {Mesh, Renderer, Scene} from 'three';

const originalMesh = new Mesh(...);

Expand Down

0 comments on commit ee4c54f

Please sign in to comment.