Skip to content

Commit

Permalink
Fix import in readme starting guide (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
ianaya89 authored Jun 26, 2020
1 parent dee7e83 commit 368ad2f
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 @@ -7,7 +7,7 @@ It is ported from [https://github.com/zeit/ms](https://github.com/zeit/ms) to wo
## Examples

```js
import ms from "https://raw.githubusercontent.com/denolib/ms/master/ms.ts";
import { ms } from "https://raw.githubusercontent.com/denolib/ms/master/ms.ts";

ms('2 days') // 172800000
ms('1d') // 86400000
Expand Down

0 comments on commit 368ad2f

Please sign in to comment.