Skip to content

Commit 1ede1d1

Browse files
authored
Update README.md
1 parent eca694f commit 1ede1d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,12 +121,12 @@ Here's an example of configuring multi-region failover with two proxies. A proxy
121121
*Note:* Only bundles are supported for multi-region setups.
122122
123123
```sh
124-
cql-proxy --astra-bundle astra-region1-bundle.zip --username token --passowrd <astra-token> \
124+
cql-proxy --astra-bundle astra-region1-bundle.zip --username token --password <astra-token> \
125125
--bind 127.0.0.1:9042 --rpc-address 127.0.0.1 --data-center dc-1 --config proxy.yaml
126126
```
127127
128128
```sh
129-
cql-proxy ---astra-bundle astra-region2-bundle.zip --username token --passowrd <astra-token> \
129+
cql-proxy ---astra-bundle astra-region2-bundle.zip --username token --password <astra-token> \
130130
--bind 127.0.0.2:9042 --rpc-address 127.0.0.2 --data-center dc-2 --config proxy.yaml
131131
```
132132

0 commit comments

Comments
 (0)