update gradio/client readme (#3584)

This commit is contained in:
pngwn 2023-03-22 18:07:17 +00:00 committed by GitHub
parent 57a0aa194f
commit 76c45999bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,5 @@
---
"@gradio/client": patch
---
Update readme.

View File

@ -2,6 +2,12 @@
A javascript client to call Gradio APIs.
**install it**
```sh
pnpm add @gradio/client
```
**usage**
```ts