From e74ccf8e1cc666365f3c51a36644eae357da26d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Vassbotn=20R=C3=B8yne-Helgesen?= Date: Wed, 28 Feb 2024 12:49:33 +0100 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=A4=96=20Remove=20references=20t?= =?UTF-8?q?o=20speccer?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/check.yml | 2 +- README.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index af93a25..9a28eca 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -59,7 +59,7 @@ jobs: uses: codecov/codecov-action@v4.0.1 with: token: ${{ secrets.CODECOV_TOKEN }} - slug: phun-ky/speccer + slug: phun-ky/moebius notify: name: Notify failed check needs: check diff --git a/README.md b/README.md index 0a1ba25..32514a2 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ const defaultOptions = { noDuplicates: true, colorScaleMode: 'lch', reverseDirection: false, - divergentColor: '#f5f5f5', + divergentColor: '#f5f5f5' }; ``` @@ -88,7 +88,7 @@ const { MoebiusPalette, MoebiusColor } = await Moebius(); const palettes = new MoebiusPalettes({ baseColor: new MoebiusColor('#003f5c'), secondaryColor: new MoebiusColor('#ff9900'), - ...options, + ...options }); ``` @@ -409,7 +409,7 @@ Types can be found in `@phun-ky/moebius/moebius.d.ts`. ## Contributing -If you want to contribute, please read the [CONTRIBUTING.md](https://github.com/phun-ky/speccer/blob/main/CONTRIBUTING.md) and [CODE_OF_CONDUCT.md](https://github.com/phun-ky/speccer/blob/main/CODE_OF_CONDUCT.md) +If you want to contribute, please read the [CONTRIBUTING.md](https://github.com/phun-ky/moebius/blob/main/CONTRIBUTING.md) and [CODE_OF_CONDUCT.md](https://github.com/phun-ky/moebius/blob/main/CODE_OF_CONDUCT.md) ## Sponsor me