aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorEric Cheng <[email protected]>2022-01-23 03:03:14 -0500
committerGitHub <[email protected]>2022-01-23 09:03:14 +0100
commit925e2f54ba3d24df4db32db651c7570f9efb4e74 (patch)
treede4090936a1f3e1eea4f370b9061af887aeb0a0b /README.md
parent60c90028ba76b7e291fdb8152425b93c41b117c9 (diff)
downloadfaker-925e2f54ba3d24df4db32db651c7570f9efb4e74.tar.xz
faker-925e2f54ba3d24df4db32db651c7570f9efb4e74.zip
docs: minor capitalization fix (#255)
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 8e7b89b9..d4eb47f2 100644
--- a/README.md
+++ b/README.md
@@ -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: