diff --git a/README.md b/README.md index 5f0a442..bd550f7 100644 --- a/README.md +++ b/README.md @@ -33,14 +33,6 @@ or ```typescript import { Time, timezone } from "https://denoland.id/x/time.ts@v1.0.0/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 @@ -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) /**