File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -15,14 +15,15 @@ The API is the same on all this platforms βοΈ
1515
1616### [ Deno π¦] ( https://deno.land/x/eloq )
1717
18- ``javascript import { randomTimeZone } from
19- "https://deno.land/x/eloquent/mod.ts ";
20-
21- console.log(` My timezone is ${randomTimeZone()} ` ); ``
18+ ```` javascript
19+ import * as eloq from " https://deno.land/x/eloquent/mod.ts" ;
20+ ```
2221
2322### [Node .js π’π](https: // npmjs.com/package/eloq)
2423
25- ` javascript import { timeZones } from "eloq"; `
24+ ` ` ` javascript
25+ import * as eloq from "eloq";
26+ ` ` `
2627
2728### [Browser π](https: // developer.mozilla.org/en-US/docs/Glossary/Browser)
2829
@@ -67,3 +68,4 @@ participated in this project β¨
6768## Licence
6869
6970Licensed under the MIT License π
71+ ````
You canβt perform that action at this time.
0 commit comments