Skip to content

Commit

Permalink
fix: correcting the readme file (faker-js#529)
Browse files Browse the repository at this point in the history
  • Loading branch information
MostlyWhat authored and demipel8 committed Mar 11, 2022
1 parent d5da8cd commit b6316ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ const randomEmail = faker.internet.email(); // Kassandra.Haley@erich.biz
const randomCard = faker.helpers.createCard(); // random contact card containing many properties
```

### Deno
### CDN/Deno

```js
import { faker } from 'https://cdn.skypack.dev/@faker-js/faker';
Expand Down

0 comments on commit b6316ed

Please sign in to comment.