From 3e0ef4c2c515cda674e61785cd50e37ab56d32bd Mon Sep 17 00:00:00 2001 From: AT Date: Mon, 15 May 2023 19:00:11 -0400 Subject: [PATCH] Update README.md Signed-off-by: AT --- gpt4all-bindings/golang/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gpt4all-bindings/golang/README.md b/gpt4all-bindings/golang/README.md index 9ba346bd..fef44e78 100644 --- a/gpt4all-bindings/golang/README.md +++ b/gpt4all-bindings/golang/README.md @@ -1,6 +1,6 @@ # GPT4All Golang bindings -The golang bindings has been tested on: +The golang bindings have been tested on: - MacOS - Linux @@ -55,4 +55,4 @@ To run tests, run `make test`: git clone https://github.com/nomic-ai/gpt4all cd gpt4all/gpt4all-bindings/golang make test -``` \ No newline at end of file +```