Update README.md

Change exmple URL, param color change to headerBackground
This commit is contained in:
bara666 2019-07-16 14:43:30 +02:00 committed by GitHub
parent 56086b01dd
commit 7bec7ae7c8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -222,7 +222,7 @@ Clicking `Start logging` on the status bar will log all data to the client. A `D
# Example:
http://localhost:2222/ssh/host/192.168.1.1?port=2244&header=My%20Header&color=red
http://localhost:2222/ssh/host/192.168.1.1?port=2244&header=My%20Header&headerBackground=red
# Tips
* If you want to add custom JavaScript to the browser client you can either modify `./src/client.html` and add a **<script>** element, modify `./src/index.js` directly, or check out `webpack.*.js` and add your custom javascript file to a task there (best option).