Skip to content

Commit

Permalink
client docs tweaks (gradio-app#4196)
Browse files Browse the repository at this point in the history
* ci typo

* fix

* again

* again

* again

* ignore workbench

* small tweaks for publish + docs
  • Loading branch information
pngwn authored May 12, 2023
1 parent 8df714f commit 83134c1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": ["@gradio/app", "@gradio/spaces-test"]
"ignore": ["@gradio/app", "@gradio/spaces-test", "@gradio/workbench"]
}
2 changes: 1 addition & 1 deletion client/js/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ A javascript (and typescript) client to call Gradio APIs.
The Gradio JavaScript client is available on npm as `@gradio/client`. You can install it as below:

```sh
npm i -D @gradio/client
npm i @gradio/client
```

## Usage
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ The Gradio client works with any hosted Gradio app, whether it be an image gener
The lightweight `@gradio/client` package can be installed from the npm registry with a package manager of your choice and support node version 18 and above:

```bash
npm i -D @gradio/client
npm i @gradio/client
```

## Connecting to a running Gradio App
Expand Down

0 comments on commit 83134c1

Please sign in to comment.