From b7ec6d21c6d77551e15801826a6eff6308ed634d Mon Sep 17 00:00:00 2001 From: Eric Cheng Date: Sat, 22 Jan 2022 02:16:19 -0500 Subject: [PATCH] docs: minor capitalization fix This might seem small, but it's against convention and a little bit of an OCD thing for me. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8e7b89b900a..d4eb47f29d4 100644 --- a/README.md +++ b/README.md @@ -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: