Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Sep 15, 2016
1 parent 8408749 commit 58aeefd
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,23 @@ Extraction of the key_transform abilities of ActiveModelSerializers
## Install

```ruby
gem 'key_transform'
gem 'case_transform'
```

or

```ruby
require 'key_transform'
require 'case_transform'
```
## Usage

```ruby
CaseTransform.camel_lower(value)
```

`value` can be any of Array, Hash, Symbol, or String.
Any other object type will just be returned.

### Transforms

|   | Description |
Expand Down

0 comments on commit 58aeefd

Please sign in to comment.