Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ianstormtaylor committed Jan 21, 2016
1 parent 6a0b0e2 commit 910b6f6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

# to-title-case [![Build Status](https://travis-ci.org/ianstormtaylor/to-space-case.svg?branch=master)](https://travis-ci.org/ianstormtaylor/to-space-case)
# to-title-case [![Build Status](https://travis-ci.org/ianstormtaylor/to-title-case.svg?branch=master)](https://travis-ci.org/ianstormtaylor/to-title-case)

Convert a string to a title case. Part of the series of [case helpers](https://github.com/ianstormtaylor/to-case).

Expand All @@ -14,9 +14,9 @@ $ npm install to-title-case
## Example

```js
var toTitleCase = require('to-title-case');
var toTitleCase = require('to-title-case')

toTitleCase('the catcher in the rye');
toTitleCase('the catcher in the rye')
// "The Catcher in the Rye"
```

Expand Down

0 comments on commit 910b6f6

Please sign in to comment.