Skip to content

Commit

Permalink
Merge pull request #4 from donbonifacio/patch-1
Browse files Browse the repository at this point in the history
Fix typos on documentation
  • Loading branch information
aphyr committed Jul 13, 2015
2 parents e7e0cf5 + 26b0d5f commit 776475f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Feel free to contribute!
(require '[clj-librato.metrics :as metrics])

; pass it an email, api key, list of gauges, and a list of counters
(metrics/collate "[email protected]" "my-api-key" [{:name "gauge 1" value: 34 } {:name "gauge 2" value: 0}]
(metrics/collate "[email protected]" "my-api-key" [{:name "gauge 1" :value 34 } {:name "gauge 2" :value 0}]
[{:name "a counter" :value 79213}])
````

Expand Down

0 comments on commit 776475f

Please sign in to comment.