Skip to content

Commit

Permalink
Merge pull request #24 from phun-ky/chore/remove-references
Browse files Browse the repository at this point in the history
chore: 🤖 Remove references to speccer
  • Loading branch information
phun-ky authored Feb 28, 2024
2 parents e05a176 + e74ccf8 commit e7a7f24
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ const defaultOptions = {
noDuplicates: true,
colorScaleMode: 'lch',
reverseDirection: false,
divergentColor: '#f5f5f5',
divergentColor: '#f5f5f5'
};
```

Expand All @@ -88,7 +88,7 @@ const { MoebiusPalette, MoebiusColor } = await Moebius();
const palettes = new MoebiusPalettes({
baseColor: new MoebiusColor('#003f5c'),
secondaryColor: new MoebiusColor('#ff9900'),
...options,
...options
});
```

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit e7a7f24

Please sign in to comment.