Skip to content
This repository was archived by the owner on Jun 23, 2023. It is now read-only.

Commit 96e9203

Browse files
committed
fix(docs): fix readme typos
1 parent 0d53f05 commit 96e9203

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ You can also reference a @cdnjs-hosted version in your code, thanks to [cdnjs](h
6666
#### Use `import`
6767

6868
```javascript
69-
import * as TWEEN from './node_modules/es6-tween/src/Tween';
69+
import TWEEN, { Easing, Interpolation, Tween } from 'es6-tween';
7070
```
7171

7272
#### Using `npm`, `yarn` or `bower`
@@ -94,7 +94,7 @@ t.start();
9494

9595
You can run script commands to build modules into single `UMD` compatible file:
9696

97-
#### Use `Webpack + Babel Transpiler`
97+
#### Use `Rollup + Buble Transpiler`
9898

9999
```bash
100100
npm run build
@@ -180,7 +180,7 @@ Maintainers: [sole](https://github.com/sole), [dalisoft](https://github.com/dali
180180
* @sole (author of this library)
181181
* [tween.js contributors](https://github.com/tweenjs/tween.js/graphs/contributors)
182182
* @michaelvillar for physics easing
183-
* Webpack, Babel, Travis CI, semantic-release and others (make issue, if i'm missed you) with their teams, devs and supporters
183+
* Rollup, Buble, Travis CI, semantic-release and others (make issue, if i'm missed you) with their teams, devs and supporters
184184

185185
## Projects using tween.js
186186

0 commit comments

Comments
 (0)