Correct signalling usage instructions

This commit is contained in:
Matthew Clark 2018-06-26 23:05:16 +01:00 committed by Matthew Waters
parent 1958814680
commit 37e8853041

View file

@ -12,15 +12,15 @@ Read Protocol.md
In three separate tabs, run consecutively:
```console
$ ./generate_certs.sh
$ ./generate_cert.sh
$ ./simple-server.py
```
```console
$ ./client.py
$ ./session-client.py
Our uid is 'ws-test-client-8f63b9'
```
```console
$ ./client.py --call ws-test-client-8f63b9
$ ./session-client.py --call ws-test-client-8f63b9
```