Skip to content

Commit 368ad2f

Browse files
authored
Fix import in readme starting guide (#4)
1 parent dee7e83 commit 368ad2f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ It is ported from [https://github.com/zeit/ms](https://github.com/zeit/ms) to wo
77
## Examples
88

99
```js
10-
import ms from "https://raw.githubusercontent.com/denolib/ms/master/ms.ts";
10+
import { ms } from "https://raw.githubusercontent.com/denolib/ms/master/ms.ts";
1111

1212
ms('2 days') // 172800000
1313
ms('1d') // 86400000

0 commit comments

Comments
 (0)