From ae577baf8ceabb06b47ee596b0d63d8a7782b90d Mon Sep 17 00:00:00 2001 From: Solomon Hykes Date: Sat, 30 Jan 2021 15:55:46 -0800 Subject: [PATCH] Typo in README Signed-off-by: Solomon Hykes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e11c3820..9f8aa5cc 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ Here is an example command, using an example configuration: $ dagger compute \ ./examples/simple \ --input 'www: hostname: "www.mysuperapp.com"' \ - --input 'www: source: #dagger: compute: [{do:"fetch-git", remote:"https://github.com/samalba/hellogo", ref:"master"}]' + --input 'www: source: #dagger: compute: [{do:"fetch-git", remote:"https://github.com/samalba/hello-go", ref:"master"}]' ```