Skip to content

Commit

Permalink
docs: fix vot-worker domain
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyhalight committed Jan 1, 2025
1 parent 8ac1341 commit fb06dad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README-RU.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const result = await client.translateVideo({ videoData });

```ts
const client = new VOTWorkerClient({
host: "vot.toil.cc",
host: "vot-worker.toil.cc",
});
```

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Proxying via [vot-worker](https://github.com/FOSWLY/vot-worker):

```ts
const client = new VOTWorkerClient({
host: "vot.toil.cc",
host: "vot-worker.toil.cc",
});
```

Expand Down

0 comments on commit fb06dad

Please sign in to comment.