From 60cc5c07c8387a0feee84ca9d7d07deb16177a17 Mon Sep 17 00:00:00 2001 From: Antoine Caron Date: Wed, 25 Oct 2023 23:27:33 +0200 Subject: [PATCH] docs(readme): fixup typos in Readme files (#1602) --- .changeset/healthy-ghosts-compare.md | 5 +++++ README.md | 2 -- packages/cookie-consent/README.md | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) create mode 100644 .changeset/healthy-ghosts-compare.md diff --git a/.changeset/healthy-ghosts-compare.md b/.changeset/healthy-ghosts-compare.md new file mode 100644 index 000000000..b00885b8d --- /dev/null +++ b/.changeset/healthy-ghosts-compare.md @@ -0,0 +1,5 @@ +--- +'@scaleway/cookie-consent': patch +--- + +Fix naming error in Readme heading diff --git a/README.md b/README.md index 18770421f..9f77cc41d 100644 --- a/README.md +++ b/README.md @@ -31,8 +31,6 @@ scaleway-lib is a set of NPM packages used at Scaleway. ## Available packages -## Available packages - - [`@scaleway/cookie-consent`](./packages/countries/README.md): React provider to handle website end user consent cookie storage based on segment integrations. ![npm](https://img.shields.io/npm/dm/@scaleway/cookie-consent) diff --git a/packages/cookie-consent/README.md b/packages/cookie-consent/README.md index 1324a118b..08fefa6fe 100644 --- a/packages/cookie-consent/README.md +++ b/packages/cookie-consent/README.md @@ -1,4 +1,4 @@ -# Shire - Cookie Consent +# `@scaleway/cookie-consent` This package is an helper to handle cookie consents with Segment integrations. It will handle the cookie consent for each categories.