Fix spacing in the README file

This commit is contained in:
Luiz Aoqui 2020-02-13 12:49:23 -05:00 committed by GitHub
parent c1b4fc6db1
commit 7a8c6b44b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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/<REPO>/<ORG>/hello"
log "github.com/hashicorp/go-hclog"
- "github.com/hashicorp/nomad-skeleton-driver-plugin/hello"
+. "github.com/<REPO>/<ORG>/hello"
...
```