Merge pull request #5 from benbuzbee/master

Update README.md with appropriate github path
This commit is contained in:
Luiz Aoqui 2020-02-12 12:43:54 -05:00 committed by GitHub
commit b4d7fdd314
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +18,7 @@ Get Started
Download the project module:
```sh
go get github.com/hashicorp/nomad-skeleton-task-driver-plugin
go get github.com/hashicorp/nomad-skeleton-driver-plugin
```
Follow the comments marked with a `TODO` tag to implement your driver's logic.