Minor formatting change (#11031)

pull/7943/head
Eric Krupnik 9 years ago committed by Paul Stack
parent 2331a64fd8
commit be739303df

@ -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

Loading…
Cancel
Save