diff --git a/README.md b/README.md index 61cb00e..6f52310 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,16 @@ For example, there are two examples for *Client* projects and *Hobby* projects. ----- ![Hobby](images/hobby_example.png "Hobby VNC") -There can be multiple VNCs with different colors. - ----- +There can be multiple VNCs with different colors. For example, the image below +shows VNCs started with the following commands: + + +```console +% startvnc --name Client +% startvnc --name Hobby --port 2 --color 007733 +% startvnc --name Development --port 1 --color 0022aa +``` + ![Stack of VNC sessions](images/example.png "Stack of VNC sessions")