Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ianstormtaylor committed Sep 19, 2013
1 parent 6c73747 commit 1578f0d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Readme.md
Expand Up @@ -11,11 +11,11 @@
```js
var capital = require('to-capital-case');

capital('camelCase'); // "Camel Case"
capital('space case'); // "Space Case"
capital('snake_case'); // "Snake Case"
capital('dot.case'); // "Dot Case"
capital('weird[case'); // "Weird Case"
capital('camelCase'); // "Camel Case"
capital('space case'); // "Space Case"
capital('snake_case'); // "Snake Case"
capital('dot.case'); // "Dot Case"
capital('some*weird[case'); // "Some Weird Case"
```

## API
Expand Down

0 comments on commit 1578f0d

Please sign in to comment.