We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
import
1 parent dee7e83 commit 368ad2fCopy full SHA for 368ad2f
1 file changed
README.md
@@ -7,7 +7,7 @@ It is ported from [https://github.com/zeit/ms](https://github.com/zeit/ms) to wo
7
## Examples
8
9
```js
10
-import ms from "https://raw.githubusercontent.com/denolib/ms/master/ms.ts";
+import { ms } from "https://raw.githubusercontent.com/denolib/ms/master/ms.ts";
11
12
ms('2 days') // 172800000
13
ms('1d') // 86400000
0 commit comments