README.md in grape-middleware-lograge-1.0.0 vs README.md in grape-middleware-lograge-1.1.0
- old
+ new
@@ -1,8 +1,8 @@
-# A logger for Grape apps
-[![Code Climate](https://codeclimate.com/github/ridiculous/grape-middleware-logger/badges/gpa.svg)](https://codeclimate.com/github/ridiculous/grape-middleware-logger) [![Gem Version](https://badge.fury.io/rb/grape-middleware-logger.svg)](http://badge.fury.io/rb/grape-middleware-logger)
-[![Build Status](https://travis-ci.org/ridiculous/grape-middleware-logger.svg)](https://travis-ci.org/ridiculous/grape-middleware-logger)
+# A logger for Grape apps that uses [Lograge](https://github.com/roidrage/lograge)
+[![Code Climate](https://codeclimate.com/github/tchak/grape-middleware-lograge/badges/gpa.svg)](https://codeclimate.com/github/tchak/grape-middleware-lograge) [![Gem Version](https://badge.fury.io/rb/grape-middleware-lograge.svg)](http://badge.fury.io/rb/grape-middleware-lograge)
+[![Build Status](https://travis-ci.org/tchak/grape-middleware-lograge.svg)](https://travis-ci.org/tchak/grape-middleware-lograge)
Logs:
* Request path
* Parameters
* Endpoint class name and handler
@@ -15,10 +15,10 @@
Add this line to your application's Gemfile:
```ruby
gem 'grape', '>= 0.14.0'
-gem 'grape-middleware-logger'
+gem 'grape-middleware-lograge'
```
## Usage
```ruby
class API < Grape::API