Skip to content

Commit

Permalink
chore: changed module name
Browse files Browse the repository at this point in the history
  • Loading branch information
stuymedova committed Jul 1, 2021
1 parent 40efa72 commit f3ae0ba
Show file tree
Hide file tree
Showing 2 changed files 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,7 +19,7 @@
## Demo/Usage

```js
import * as easings from 'https://deno.land/x/easings/easings.ts';
import * as easings from 'https://deno.land/x/easings/mod.ts';

for (let t = 0; t <= 1; t += 0.05) {
const eased = easings.cubicInOut(t);
Expand Down
File renamed without changes.

0 comments on commit f3ae0ba

Please sign in to comment.