Skip to content

Commit

Permalink
Update URL in README (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
satelllte authored Mar 24, 2024
1 parent d53c14d commit aab2b00
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# πŸŽ›οΈ React Knob Headless

[![Version](https://img.shields.io/npm/v/react-knob-headless?style=flat&colorA=000000&colorB=000000)](https://npmjs.com/package/react-knob-headless)
[![docs](https://img.shields.io/badge/docs-f5f5f5?style=flat&colorA=000000&colorB=000000)](https://react-knob-headless.vercel.app)
[![docs](https://img.shields.io/badge/docs-f5f5f5?style=flat&colorA=000000&colorB=000000)](https://react-knob-headless.pages.dev)

Unstyled & accessible **knob** primitive for React.

<a href="https://react-knob-headless.vercel.app" target="_blank"><img src="./knobs.png" width="400"/></a>
<a href="https://react-knob-headless.pages.dev" target="_blank"><img src="./knobs.png" width="400"/></a>

## Features

Expand All @@ -16,7 +16,7 @@ Unstyled & accessible **knob** primitive for React.

## Documentation

πŸ“š **[react-knob-headless.vercel.app](https://react-knob-headless.vercel.app/)**
πŸ“š **[react-knob-headless.pages.dev](https://react-knob-headless.pages.dev/)**

## Installation

Expand Down
2 changes: 1 addition & 1 deletion packages/react-knob-headless/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Unstyled & accessible **knob** primitive for React.

## Documentation

πŸ“š **[react-knob-headless.vercel.app](https://react-knob-headless.vercel.app/)**
πŸ“š **[react-knob-headless.pages.dev](https://react-knob-headless.pages.dev/)**

## Installation

Expand Down

0 comments on commit aab2b00

Please sign in to comment.