Skip to content

Commit

Permalink
fix: Fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam committed Feb 25, 2020
1 parent e09b693 commit 66fc21b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ By using different combinations of these 3 operations, and changing the order of

## Installation

* Install with npm `npm i -save threecsg`
* Install with yarn `yarn add threecsg`
* Install with npm `npm i -save three-csg-ts`
* Install with yarn `yarn add three-csg-ts`

## Example usage

```
import * as THREE from 'three';
import { CSG } from 'threecsg';
import { CSG } from 'three-csg-ts';
// Make 2 box meshes..
const meshA = new THREE.Mesh(new THREE.BoxGeometry(1,1,1));
Expand Down

0 comments on commit 66fc21b

Please sign in to comment.