diff --git a/README.md b/README.md index eeac94c..8cfcf65 100644 --- a/README.md +++ b/README.md @@ -12,19 +12,11 @@ be clearly marked as "draft" in the documentation. import "github.com/keep94/weblogs" -## Installing - - go get github.com/keep94/weblogs - ## Features If server panics before sending a response, weblogs automatically sends a 500 error to client and logs the panic. -## Online Documentation - -Online documentation available [here](http://godoc.org/github.com/keep94/weblogs). - ## Dependencies This package depends on [github.com/gorilla/context](http://github.com/gorilla/context).