Skip to content

Commit

Permalink
README.md Update
Browse files Browse the repository at this point in the history
  • Loading branch information
wpdas committed Apr 6, 2023
1 parent 084e2bd commit ab29eac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -551,17 +551,17 @@ yarn add near-social-local-viewer -D
```json
{
"scripts": {
"start:widget": "npx init-viewer path/to/Widget.jsx"
"start:widget": "npx init-viewer path/to/widgets/"
}
}
```

3 - or just run:

```sh
npx init-viewer path/to/Widget.jsx
npx init-viewer path/to/widgets/

# e.g: npx init-viewer widget/ChatV2.jsx
# e.g: npx init-viewer widgets/
```

4 - Once your Widget is ready, you can deploy it to Near Social: <br/>
Expand Down

0 comments on commit ab29eac

Please sign in to comment.