client docs tweaks (#4196)

* ci typo

* fix

* again

* again

* again

* ignore workbench

* small tweaks for publish + docs
This commit is contained in:
pngwn 2023-05-12 23:24:30 +01:00 committed by GitHub
parent 8df714f32d
commit 83134c10eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -10,5 +10,5 @@
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": ["@gradio/app", "@gradio/spaces-test"]
"ignore": ["@gradio/app", "@gradio/spaces-test", "@gradio/workbench"]
}

View File

@ -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

View File

@ -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