From 3d7ee658cdfe1ce36eb51894849640244e9d0ed7 Mon Sep 17 00:00:00 2001 From: Matthew Dennison Date: Tue, 16 Apr 2024 13:46:46 -0700 Subject: [PATCH] fix: remove dangling backtick Hey, was scanning the readme and noticed this! --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3c29d55..db70f92 100644 --- a/README.md +++ b/README.md @@ -159,7 +159,7 @@ Wrote `FakeMySpecialInterface` to `path/to/foo/foofakes/fake_my_special_interfac ### Using Test Doubles In Your Tests -Instantiate fakes`: +Instantiate fakes: ```go import "my-repo/path/to/foo/foofakes"