Minor formatting change (#11031)
This commit is contained in:
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
|
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
|
```bash
|
||||||
govendor add github.com/hashicorp/my-project/package
|
govendor add github.com/hashicorp/my-project/package
|
||||||
|
|
Loading…
Reference in New Issue