From 12969d417668393c1e062e9b52db7b1f51659ce5 Mon Sep 17 00:00:00 2001 From: guangwu Date: Sat, 26 Aug 2023 12:24:08 +0800 Subject: [PATCH] fix: similar typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e5a1f97..d06cc9d 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ $ curl localhost:9090/articles ### Tools Used: -In this project, I use some tools listed below. But you can use any simmilar library that have the same purposes. But, well, different library will have different implementation type. Just be creative and use anything that you really need. +In this project, I use some tools listed below. But you can use any similar library that have the same purposes. But, well, different library will have different implementation type. Just be creative and use anything that you really need. - All libraries listed in [`go.mod`](https://github.com/bxcodec/go-clean-arch/blob/master/go.mod) - ["github.com/vektra/mockery".](https://github.com/vektra/mockery) To Generate Mocks for testing needs.