diff --git a/README.md b/README.md index 8206997..38c794c 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,11 @@ includes a non-blocking TryLock() function to allow locking without blocking exe ## License `flock` is released under the BSD 3-Clause License. See the `LICENSE` file for more details. -## Intsallation +## Go Compatibility +This package makes use of the `context` package that was introduced in Go 1.7. As such, this +package has an implicit dependency on Go 1.7+. + +## Installation ``` go get -u github.com/theckman/go-flock ```