From 3d1aa197530bd51c422542d5aeace4cd65e74a0c Mon Sep 17 00:00:00 2001 From: hxcde <30338980+hxcde@users.noreply.github.com> Date: Fri, 20 Jan 2023 09:58:19 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 92757a6..88426bf 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Then paste the script in the machines console bash -c "$(curl -L https://raw.githubusercontent.com/hxcde/docker-auto-installer/main/ubuntu.sh)" ``` ## CentOS -Then paste the script in the machines console +Paste the script in the machines console ```bash bash -c "$(curl -L https://raw.githubusercontent.com/hxcde/docker-auto-installer/main/centos.sh))" ```