Skip to content

Commit

Permalink
README update!
Browse files Browse the repository at this point in the history
  • Loading branch information
rehanabbasi committed Nov 28, 2018
1 parent 9928246 commit badc15a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ A minimal library that converts strings to title case

var titlecase = require('string-titlecase-converter');

var formattedNum = titlecase('shouLd converT to TITle CasE');
var output = titlecase('shouLd converT to TITle CasE');


Output should be `Should Convert To Title Case`
`output` should be `Should Convert To Title Case`


## Tests
Expand Down

0 comments on commit badc15a

Please sign in to comment.