README.md in elastic-apm-0.1.0 vs README.md in elastic-apm-0.2.0

- old
+ new

@@ -1,7 +1,9 @@ -# ElasticAPM (ALPHA) +# elastic-apm – Elastic APM agent for Ruby (ALPHA) +[![Jenkins](https://img.shields.io/jenkins/s/https/apm-ci.elastic.co/job/elastic+apm-agent-ruby+master.svg)](https://apm-ci.elastic.co/job/elastic+apm-agent-ruby+master/) [![Gem](https://img.shields.io/gem/v/formatador.svg?style=flat-square)](https://rubygems.org/gems/elastic-apm) + This is the official Rubygem for adding [Elastic][]'s [APM][] to your Ruby app. ## Setup Add the gem to your `Gemfile`: @@ -48,8 +50,12 @@ run MySinatraApp at_exit { ElasticAPM.stop } ``` + +# License + +Apache 2.0 [Elastic]: https://elastic.co [APM]: https://www.elastic.co/guide/en/apm/server/index.html