Minor formatting change (#11031)

This commit is contained in:
Eric Krupnik 2017-01-04 11:35:32 -05:00 committed by Paul Stack
parent 2331a64fd8
commit be739303df
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ Assuming your work is on a branch called `my-feature-branch`, the steps look lik
go get github.com/hashicorp/my-project
```
2. Add the new package to your vendor/ directory:
2. Add the new package to your `vendor/` directory:
```bash
govendor add github.com/hashicorp/my-project/package