diff --git a/README.md b/README.md index 2357ec7..16c9483 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![Go Report Card](https://goreportcard.com/badge/github.com/getsentry/raven-go)](https://goreportcard.com/report/github.com/getsentry/raven-go) [![GoDoc](https://godoc.org/github.com/getsentry/raven-go?status.svg)](https://godoc.org/github.com/getsentry/raven-go) -raven is a Go client for the [Sentry](https://github.com/getsentry/sentry) +raven is the official Go SDK for the [Sentry](https://github.com/getsentry/sentry) event/error logging system. - [**API Documentation**](https://godoc.org/github.com/getsentry/raven-go) @@ -15,3 +15,5 @@ event/error logging system. ```text go get github.com/getsentry/raven-go ``` + +Note: Go 1.7 and newer are supported.