From 9b5af86faea96ce96b45756f0b6a4acede946680 Mon Sep 17 00:00:00 2001 From: ronivay Date: Mon, 23 Aug 2021 15:22:48 +0300 Subject: [PATCH] fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3fb971e..74bdfd6 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ Each of these options can be run non interactively like so: ``` sudo ./xo-install.sh --install -sudo ./xo install.sh --update [--force] +sudo ./xo-install.sh --update [--force] sudo ./xo-install.sh --rollback ```