diff options
| author | Eric Cheng <[email protected]> | 2022-01-23 03:03:14 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-01-23 09:03:14 +0100 |
| commit | 925e2f54ba3d24df4db32db651c7570f9efb4e74 (patch) | |
| tree | de4090936a1f3e1eea4f370b9061af887aeb0a0b /README.md | |
| parent | 60c90028ba76b7e291fdb8152425b93c41b117c9 (diff) | |
| download | faker-925e2f54ba3d24df4db32db651c7570f9efb4e74.tar.xz faker-925e2f54ba3d24df4db32db651c7570f9efb4e74.zip | |
docs: minor capitalization fix (#255)
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -52,7 +52,7 @@ const randomEmail = faker.internet.email(); // [email protected] 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: |
