Skip to content
This repository has been archived by the owner on May 12, 2022. It is now read-only.

Commit

Permalink
Readme updated
Browse files Browse the repository at this point in the history
  • Loading branch information
andyone committed Nov 15, 2016
1 parent 27828d8 commit 4096e17
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# Librato [![GoDoc](https://godoc.org/pkg.re/essentialkaos/librato.v3?status.svg)](https://godoc.org/pkg.re/essentialkaos/librato.v3) [![Build Status](https://travis-ci.org/essentialkaos/librato.svg?branch=master)](https://travis-ci.org/essentialkaos/librato) [![codebeat badge](https://codebeat.co/badges/f82e704d-67a7-4c6f-9e5d-1acf058c937b)](https://codebeat.co/projects/github-com-essentialkaos-librato)
# Librato [![GoDoc](https://godoc.org/pkg.re/essentialkaos/librato.v4?status.svg)](https://godoc.org/pkg.re/essentialkaos/librato.v4) [![Build Status](https://travis-ci.org/essentialkaos/librato.svg?branch=master)](https://travis-ci.org/essentialkaos/librato) [![codebeat badge](https://codebeat.co/badges/f82e704d-67a7-4c6f-9e5d-1acf058c937b)](https://codebeat.co/projects/github-com-essentialkaos-librato)

Package for working with [Librato Metrics](https://www.librato.com) API from Go code.

## Installation

````
go get pkg.re/essentialkaos/librato.v3
go get pkg.re/essentialkaos/librato.v4
````

For update to latest stable release, do:

````
go get -u pkg.re/essentialkaos/librato.v3
go get -u pkg.re/essentialkaos/librato.v4
````

## Examples
Expand Down

0 comments on commit 4096e17

Please sign in to comment.