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 bc47e5e commit 8dd160e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,14 @@ gem 'case_transform'

or

```ruby
require 'case_transform'
```bash
gem install case_transform
```
## Usage

```ruby
require 'case_transform'

CaseTransform.camel_lower(value)
```

Expand Down

0 comments on commit 8dd160e

Please sign in to comment.