diff --git a/README.md b/README.md index 5b87aaa..42c813c 100644 --- a/README.md +++ b/README.md @@ -49,9 +49,9 @@ match your repository path. package main import ( - log "github.com/hashicorp/go-hclog" -- "github.com/hashicorp/nomad-skeleton-driver-plugin/hello" -+ "github.com///hello" + log "github.com/hashicorp/go-hclog" +- "github.com/hashicorp/nomad-skeleton-driver-plugin/hello" ++. "github.com///hello" ... ```