From c44be6e55aad33106007e298404938fe7a49e512 Mon Sep 17 00:00:00 2001 From: Pam Selle Date: Fri, 12 Jul 2019 13:57:07 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3a3cc919b..7a6e3fe50 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ $ bin/terraform ... ``` -If you're developing a specific package, you can run tests for just that package by specifying the `TEST` variable. For example below, only`terraform` package tests will be run. +If you're developing a specific package, you can run tests for just that package by specifying the `TEST` variable. For example below, only `terraform` package tests will be run. ```sh $ make test TEST=./terraform