Skip to content

Commit b49653c

Browse files
authored
Merge pull request #161 from gunnarmorling/patch-1
[Docs] Matching actual config file name in the quick start
2 parents 5c4cfc9 + 65553fd commit b49653c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/0.13.0/html/proxy-quick-start/index.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ More information about configuring Kroxylicious can be found in the [documentati
7171
From within the extracted Kroxylicious folder, run the following command:
7272

7373
```shell
74-
./bin/kroxylicious-start.sh --config config/example-proxy-config.yml
74+
./bin/kroxylicious-start.sh --config config/example-proxy-config.yaml
7575
```
7676

7777
To use your own configuration file instead of the example, just replace the file path after `--config`.

0 commit comments

Comments
 (0)