From 925e2f54ba3d24df4db32db651c7570f9efb4e74 Mon Sep 17 00:00:00 2001 From: Eric Cheng Date: Sun, 23 Jan 2022 03:03:14 -0500 Subject: docs: minor capitalization fix (#255) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); // 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: -- cgit v1.2.3