Skip to content

Commit

Permalink
Line breaks
Browse files Browse the repository at this point in the history
  • Loading branch information
frostney committed Nov 30, 2015
1 parent 70c8caf commit cfb9f6b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -27,15 +27,15 @@ var newObject = changeCaseObject.camelCase(myObject);
All methods are available under the `changeCaseObject` object after the module has been required.

### .camelCase
Conerts all object keys into camel case.
Conerts all object keys into camel case.
`hello_world -> helloWorld`

### .snakeCase
Conerts all object keys into snake case.
Conerts all object keys into snake case.
`helloWorld -> hello_world`

### .paramCase
Conerts all object keys into param case.
Conerts all object keys into param case.
`helloWorld -> hello-world`

Shorthand methods are also available:
Expand Down

0 comments on commit cfb9f6b

Please sign in to comment.