Skip to content

Commit d368f09

Browse files
committed
Fix service URLs in README
1 parent d357fe9 commit d368f09

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • semantic-layer-invoice-line-item-extraction

semantic-layer-invoice-line-item-extraction/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ npm install
3636

3737
```bash
3838
cat << EOF > .env
39-
STUDIO_URL=https://studio-server-prod.api.vertesia.io
40-
ZENO_URL=https://zeno-server-prod.api.vertesia.io
39+
STUDIO_URL=https://studio-server-production.api.becomposable.com
40+
ZENO_URL=https://zeno-server-production.api.becomposable.com
4141
API_KEY=
4242
EOF
4343
```

0 commit comments

Comments
 (0)