diff --git a/README.md b/README.md index 0f9dada..7067f44 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Semaphore provides a simple POSIX-style implementation of semaphores. Internally ## Install -You can install this library using `go get -u github.com/ChrisGora/semaphores`. +You can install this library using `go get -u github.com/ChrisGora/semaphore`. ## Example usage