docs(README): mention JSR (#88)

This commit is contained in:
uncenter 2024-08-04 21:49:56 -04:00 committed by GitHub
parent 7f17f46c5d
commit 1bfde0ad8b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
### Node
Get the [NPM package](https://www.npmjs.org/package/@catppuccin/palette):
The library is available on [npm](https://www.npmjs.org/package/@catppuccin/palette):
```console
npm install @catppuccin/palette
@ -46,7 +46,7 @@ flavorEntries.map(([_, flavor]) => {
### Deno
The library gets published to [`deno.land/x/catppuccin`](https://deno.land/x/catppuccin).
The library is available through [JSR](https://jsr.io/@catppuccin/palette) and [`deno.land/x/catppuccin`](https://deno.land/x/catppuccin):
```ts
import { flavors, flavorEntries } from "https://deno.land/x/catppuccin/mod.ts";