Skip to content

Commit

Permalink
chore: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hzhu committed Oct 6, 2024
1 parent b7e7728 commit 7a4631f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ A mobile web sheet that replicates the Apple-style [sheet experience](https://de

## Usage

To use Sheet in your project follow these instructions.
Explore the [Sheet examples](https://sheet-examples.vercel.app) and view the [example code](https://github.com/hzhu/sheet-examples). To use Sheet in your project follow these instructions.

### Step 1: Install peer dependency

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"name": "@sheet-ui/sheet",
"version": "1.0.0",
"author": "henryzhu.eth",
"license": "MIT",
"description": "A 📄 sheet is a modal used to replicate an Apple-like sheet experience on the mobile web.",
"homepage": "https://github.com/sheet-ui/sheet",
"repository": {
"type": "git",
"url": "https://github.com/sheet-ui/sheet"
"url": "git+https://github.com/sheet-ui/sheet.git"
},
"bugs": {
"url": "https://github.com/sheet-ui/sheet/issues"
Expand Down Expand Up @@ -39,6 +40,5 @@
},
"dependencies": {
"react-aria-components": "^1.4.0"
},
"version": "1.0.0"
}
}

0 comments on commit 7a4631f

Please sign in to comment.