From eb48cb7620e4c90c1d9692dd33bbc806e29e49bb Mon Sep 17 00:00:00 2001 From: pete1019 <56532989+pete1019@users.noreply.github.com> Date: Fri, 29 Oct 2021 18:38:13 +0200 Subject: [PATCH] Update README.md Typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 72ca99a3..4627bd0b 100644 --- a/README.md +++ b/README.md @@ -53,9 +53,9 @@ After installing Netmaker, check out the [Walkthrough](https://itnext.io/getting **Deploy a "Hub-And-Spoke VPN" on the server** *This will configure a standard VPN (non-meshed) for private internet access, with 10 clients (-c).* -`sudo wget -qO - https://raw.githubusercontent.com/gravitl/netmaker/develop/scripts/nm-quick.sh | bash -s -- -v true -c 7` +`sudo wget -qO - https://raw.githubusercontent.com/gravitl/netmaker/develop/scripts/nm-quick.sh | bash -s -- -v true -c 10` -**Specify Domain sand Email** +**Specify Domain and Email** *Make sure your wildcard domain is pointing towards the server ip.* `sudo wget -qO - https://raw.githubusercontent.com/gravitl/netmaker/develop/scripts/nm-quick.sh | bash -s -- -d mynetmaker.domain.com -e example@email.com`