README.md in oboe-2.1.3 vs README.md in oboe-2.1.4
- old
+ new
@@ -1,36 +1,19 @@
-# Tracelytics Ruby (and Ruby Frameworks) Instrumentation
+## oboe - TraceView Ruby Instrumentation
-```oboe``` provides instrumentation for [Ruby](http://www.ruby-lang.org/en/) and the [Rails framework](http://rubyonrails.org/), as well as other
-common components used to build rails applications.
+The oboe gem provides AppNeta [TraceView](http://www.appneta.com/application-performance-management/) instrumentation for Ruby and Ruby frameworks.
## Installing
-See the [Ruby Knowedge Base article](http://support.tracelytics.com/kb/instrumenting-your-app/instrumenting-ruby-apps)
-for information on how to install. Release notes can be found [here](http://support.tracelytics.com/kb/instrumenting-your-app/ruby-instrumentation-release-notes)
+The oboe gem is [available on Rubygems](https://rubygems.org/gems/oboe). See the [Ruby Knowedge Base article](http://support.tv.appneta.com/kb/ruby/instrumenting-ruby-apps)
+for information on how to install.
+Release notes can be found in the CHANGELOG or also [here](http://support.tv.appneta.com/kb/ruby/ruby-instrumentation-release-notes)
+
## Supported Technologies
Check the [support matrix](https://github.com/tracelytics/oboe-ruby/wiki/Support-Matrix) for which versions of Ruby, Rails and technologies are supported.
## Tips
General tips using, installing and debugging the oboe gem can be found [here](https://github.com/tracelytics/oboe-ruby/wiki/Ruby-Oboe-Tips).
-## liboboe Linking Notes
-
-Build instructions
-
- - Requires: liboboe development headers, available from the
- liboboe-dev (Ubuntu) and liboboe-devel (Red Hat) packages.
-
-Build and install a gem the normal way:
-
- gem build oboe.gemspec
- gem install oboe-VERSION.gem
-
-Compile a binary gem from a regular gem, using gem-compile [1]:
-
- sudo gem install gem-compile
- gem compile oboe-VERSION.gem
-
-[1] https://github.com/frsyuki/gem-compile