Skip to content

Commit e51c7f8

Browse files
committed
πŸ› Fix docs
1 parent 1a83a87 commit e51c7f8

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

β€Žreadme.mdβ€Ž

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff 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
6970
Licensed under the MIT License πŸ“„
71+
````

0 commit comments

Comments
Β (0)