README.md in sumologic-0.0.2 vs README.md in sumologic-0.0.3
- old
+ new
@@ -2,10 +2,11 @@
===================
[![Gem Version](https://badge.fury.io/rb/sumologic.svg)](http://badge.fury.io/rb/sumologic)
[![Build Status](https://img.shields.io/travis/grokify/sumologic-sdk-ruby/master.svg)](https://travis-ci.org/grokify/sumologic-sdk-ruby)
[![Code Climate](https://codeclimate.com/github/grokify/sumologic-sdk-ruby/badges/gpa.svg)](https://codeclimate.com/github/grokify/sumologic-sdk-ruby)
+[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/grokify/sumologic-sdk-ruby/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/grokify/sumologic-sdk-ruby/?branch=master)
[![Docs](https://img.shields.io/badge/docs-rubydoc-blue.svg)](http://www.rubydoc.info/gems/sumologic/)
[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/grokify/sumologic-sdk-ruby/master/LICENSE.txt)
Ruby interface to the Sumo Logic REST API.
@@ -23,23 +24,36 @@
Note, for the search methods, the query parameter can be exactly the same query that is entered into the Sumo Logic web console.
Example scripts are located in the `scripts` directory of the [GitHub repo](https://github.com/grokify/sumologic-sdk-ruby).
-## More Info
+## Change Log
-1. [Sumo Logic API Documentation](https://github.com/SumoLogic/sumo-api-doc/wiki)
-2. [Sumo Logic Python SDK](https://github.com/SumoLogic/sumologic-python-sdk)
+See [CHANGELOG.md](CHANGELOG.md).
+## Links
+
+Project Repo
+
+* https://github.com/grokify/sumologic-sdk-ruby
+
+Sumo Logic API Documentation
+
+* https://github.com/SumoLogic/sumo-api-doc/wiki
+
+Sumo Logic Python SDK
+
+* https://github.com/SumoLogic/sumologic-python-sdk
+
## Contributions
Please add your scripts and programs to the `scripts` folder.
Any reports of problems, comments or suggestions are most welcome.
Please report these on [Github](https://github.com/grokify/sumologic-sdk-ruby)
## License
-RingCentral SDK is available under an MIT-style license. See {file:LICENSE.txt} for details.
+Sumo Logic Ruby SDK is available under an MIT-style license. See [LICENSE.txt](LICENSE.txt) for details.
-RingCentral SDK © 2015 by John Wang
+Sumo Logic Ruby SDK © 2015 by John Wang
\ No newline at end of file