From 3a63bc7bfc29d0fe4f586cf24e06692145716f9a Mon Sep 17 00:00:00 2001 From: Tim Edwards Date: Wed, 24 Apr 2019 13:21:48 +0200 Subject: [PATCH] Spelling --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d311d7db..41f96734 100644 --- a/README.md +++ b/README.md @@ -125,7 +125,7 @@ By default the Snap package creates 6 services on different ports which allow ac ``` snap services novnc # list services -sudo snap stop novnc.n5901 # stop the services that listens on 6081 connecting to localhost:5901 +sudo snap stop novnc.n5901 # stop the service that listens on 6081 connecting to localhost:5901 sudo snap start novnc.n5901 # start it sudo snap restart novnc.n5901 # restart it ```