From 2fe2146ba63ea2878675d19bf09d6f2671c97169 Mon Sep 17 00:00:00 2001 From: Abdfn Date: Mon, 31 Oct 2022 21:15:44 +0300 Subject: [PATCH] docs(README): update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 181c743..2a28caa 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ ## Install ```bash -go get -v github.com/abdfnx/gosh@v0.3.9 +go get -v github.com/abdfnx/gosh ``` ## Examples @@ -116,7 +116,7 @@ gosh.ShellCommand(` `) // run a command with output -err, out, errout := gosh.ShellOutput(`curl --silent "https://get-latest.secman.dev/docker/compose"`) +err, out, errout := gosh.ShellOutput(`curl --silent "https://get-latest.onrender.com/docker/compose"`) if err != nil { log.Printf("error: %v\n", err)