Update README.md (#144)

Change exmple URL, param color change to headerBackground
This commit is contained in:
bara666 2019-09-30 19:30:15 +02:00 committed by Bill Church
parent c2c3aee311
commit c4315a2f91

View file

@ -222,7 +222,7 @@ Clicking `Start logging` on the status bar will log all data to the client. A `D
# Example: # 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 # 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). * 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).