From 353acb963948dfb678086b91d1d384443cc502fc Mon Sep 17 00:00:00 2001 From: Vikram Yadav Date: Sun, 18 Aug 2024 02:54:07 -0400 Subject: [PATCH] Update example command prompts --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 34ce210..2c10ebe 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ You can read more in the [Meet Moq blog post](http://bit.ly/meetmoq). To start using latest released version of Moq, just run: ``` -$ go install github.com/matryer/moq@latest +go install github.com/matryer/moq@latest ``` Note that Go 1.18+ is needed for installing from source. For using Moq with @@ -56,7 +56,7 @@ It needs to be a path to a directory and not the import statement for a Go packa In a command line: ``` -$ moq -out mocks_test.go . MyInterface +moq -out mocks_test.go . MyInterface ``` In code (for go generate):