From bc6ef00bc2ae7134753886c7fefad18d8b4fbf78 Mon Sep 17 00:00:00 2001 From: Gabriel Anca Date: Thu, 23 Sep 2021 18:06:38 +0200 Subject: [PATCH] fix(bugfixes): escape single quotes and upgrade dependencies --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 54e02b12..a96d2a30 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,10 @@ Generate typings from your Contentful environment. - Locales (and your default locale) become string types. - Assets and Rich Text link to Contentful's types. -At Intercom, we use this in our [marketing site] to increase developer confidence and productivity, +At Intercom, we use this in our [website] to increase developer confidence and productivity, ensure that breaking changes to our Content Types don't cause an outage, and because it's neat. -[marketing site]: https://www.intercom.com +[website]: https://www.intercom.com ## Usage