aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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: