Skip to content

Commit

Permalink
docs: refresh install commands
Browse files Browse the repository at this point in the history
  • Loading branch information
metonym committed May 15, 2024
1 parent f308d9e commit cd720a6
Showing 1 changed file with 9 additions and 17 deletions.
26 changes: 9 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,22 +16,18 @@ Try it in the [Svelte REPL](https://svelte.dev/repl/2841eef46bfb49c4a848a2a06360

## Installation

**Yarn**

```bash
yarn add -D svelte-pincode
```

**NPM**

```bash
```sh
# npm
npm i -D svelte-pincode
```

**pnpm**

```bash
# pnpm
pnpm i -D svelte-pincode

# Bun
bun i -D svelte-pincode

# Yarn
yarn add -D svelte-pincode
```

## Usage
Expand Down Expand Up @@ -375,10 +371,6 @@ Use the unstyled components located in the `svelte/src/unstyled` folder if you p
- on:blur
- on:keydown

## TypeScript

Svelte version 3.31 or greater is required to use this component with TypeScript.

## Changelog

[CHANGELOG.md](CHANGELOG.md)
Expand Down

0 comments on commit cd720a6

Please sign in to comment.