Skip to content

Commit

Permalink
docs(README): mention JSR (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
uncenter authored Aug 5, 2024
1 parent 7f17f46 commit 1bfde0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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";
Expand Down

0 comments on commit 1bfde0a

Please sign in to comment.