From 88a85449cac55932ff1f34fbbadf41cc493fa9e2 Mon Sep 17 00:00:00 2001 From: Ben Buzbee Date: Fri, 7 Feb 2020 11:33:27 -0800 Subject: [PATCH] Update README.md with appropriate github path --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5432277..7174829 100644 --- a/README.md +++ b/README.md @@ -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.