diff --git a/README.md b/README.md index d56d3539..b55c7c7f 100644 --- a/README.md +++ b/README.md @@ -544,7 +544,7 @@ openssl genrsa -out server.key 2048 openssl req -new -x509 -sha256 -key server.key -out server.crt -days 3650 ``` -Edit `rtsp-simple-server.yml`, and set the `protocols`, `encrypt`, `serverKey` and `serverCert` parameters: +Edit `rtsp-simple-server.yml`, and set the `protocols`, `encryption`, `serverKey` and `serverCert` parameters: ```yml protocols: [tcp]