From 83aed4f602b182aa259f9b7a9ae78e3da8db50d6 Mon Sep 17 00:00:00 2001 From: Maxime Houis Date: Mon, 16 Sep 2019 16:10:50 +0200 Subject: [PATCH] Fix typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ca04204..5080ea4 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ go-blih is a Go client library for Blih (the Epitech bocal API). ## Installation -You can use `go get` to install the latest version of the library. This command will install the the library and its dependencies: +You can use `go get` to install the latest version of the library. This command will install the library and its dependencies: ```go go get -u github.com/ShellBear/go-blih/blih @@ -16,4 +16,4 @@ A generated documentation is available on [GoDoc](https://godoc.org/github.com/S ## License -This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details \ No newline at end of file +This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details