Skip to content

Commit e924f22

Browse files
committed
Merge branch 'master' into v1.0.0
2 parents 62d3ae6 + 2aee0ca commit e924f22

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

README.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,6 @@ or
3333
```typescript
3434
import { Time, timezone } from "https://denoland.id/x/time.ts@v1.0.0/mod.ts";
3535
```
36-
or
37-
```typescript
38-
import { Time, timezone } from "https://deno.land/x/time.ts/mod.ts";
39-
```
40-
or
41-
```typescript
42-
import { Time, timezone } from "https://denoland.id/x/time.ts/mod.ts";
43-
```
4436

4537
## API
4638

@@ -74,7 +66,7 @@ console.log('Now timezone: ', new Time().now)
7466
```
7567
If you want to get the list of available timezone you can do like this.
7668
```typescript
77-
import { timezone } from "https://denopkg.com/burhanahmeed/time.ts/mod.ts";
69+
import { timezone } from "https://denopkg.com/burhanahmeed/time.ts@v1.0.0/mod.ts";
7870

7971
console.log(timezone)
8072
/**

0 commit comments

Comments
 (0)