Skip to content

Commit

Permalink
docs: minor capitalization fix (#255)
Browse files Browse the repository at this point in the history
  • Loading branch information
import-brain committed Jan 23, 2022
1 parent 60c9002 commit 925e2f5
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 @@ -52,7 +52,7 @@ const randomEmail = faker.internet.email(); // Kassandra.Haley@erich.biz
const randomCard = faker.helpers.createCard(); // random contact card containing many properties
```

### Typescript Support
### TypeScript Support

Types are available via the `@types/faker` package. You must manually link them using a `*.d.ts` file, like so:

Expand Down

0 comments on commit 925e2f5

Please sign in to comment.