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"}]' ```