Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
arttor committed Dec 29, 2023
1 parent 1521a7e commit dd65652
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion service/agent/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ With [CLI](../../tools/chorctl):
chorctl repl add --from="<src_storage_name>" --to="<dest_storage_name>" --user="<s3 user>" --bucket="<bucket name>" --agent-url="PUSH_URL"
```
- Chorus will automatically configure bucket notifications in soruce storage for given bucket and url (tested with aws and ceph rgw).
- now all changes to src storage will be propagated to dest
- now all changes from src storage will be propagated to dest

## See also

Expand Down
2 changes: 1 addition & 1 deletion tools/chorctl/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Or download binary from [docs page](https://docs.clyso.com/docs/products/chorus/

## Usage

`chorctl` sends requests GRPC api hosted by [Chorus worker](../../service/worker).
`chorctl` sends requests to GRPC api hosted by [Chorus worker](../../service/worker).
Deploy worker and provide GRPC api address to `chorctl` with `--address` flag or `CHORUS_ADDRESS` envar, for example:
```shell
export CHORUS_ADDRESS=127.0.0.1:9670
Expand Down

0 comments on commit dd65652

Please sign in to comment.