Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
LandonTClipp authored Jan 25, 2022
1 parent 5626edf commit b702d89
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Table of Contents
* [Github Release](#github-release)
* [Docker](#docker)
* [Homebrew](#homebrew)
* [go get](#go-get)
* [go install](#go-install)
- [Examples](#examples)
+ [Simplest case](#simplest-case)
+ [Next level case](#next-level-case)
Expand Down Expand Up @@ -51,11 +51,11 @@ Install through [brew](https://brew.sh/)
brew install mockery
brew upgrade mockery

### go get
### go install

Alternatively, you can use the go get method:
Alternatively, you can use the go install method:

go get github.com/vektra/mockery/v2/.../
go install github.com/vektra/mockery/v2@latest

Examples
--------
Expand Down

0 comments on commit b702d89

Please sign in to comment.