Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
brunolm committed Jan 13, 2019
1 parent e15e2f7 commit 5961357
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -14,8 +14,8 @@ npm i -S object-casing
## Example

```ts
import camelCase from 'lodash.camelcase'
import snakeCase from 'lodash.snakecase'
import * as camelCase from 'lodash.camelcase'
import * as snakeCase from 'lodash.snakecase'

import { caseKeys } from 'object-casing'

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "object-casing",
"version": "0.0.2",
"version": "0.0.3",
"description": "Walks throught an object using a callback function to convert the object key, returning a new object with new keys.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 5961357

Please sign in to comment.