Skip to content

Commit

Permalink
Merge branch 'master' into v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
burhanahmeed committed Jun 8, 2020
2 parents 62d3ae6 + 2aee0ca commit e924f22
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,6 @@ or
```typescript
import { Time, timezone } from "https://denoland.id/x/[email protected]/mod.ts";
```
or
```typescript
import { Time, timezone } from "https://deno.land/x/time.ts/mod.ts";
```
or
```typescript
import { Time, timezone } from "https://denoland.id/x/time.ts/mod.ts";
```

## API

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

console.log(timezone)
/**
Expand Down

0 comments on commit e924f22

Please sign in to comment.