Skip to content

Commit

Permalink
Update noCase README example (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
mvargeson committed Apr 12, 2021
1 parent 6a2e8e8 commit 5af7f95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -84,7 +84,7 @@ headerCase("test string");
> Transform into a lower cased string with spaces between words.
```js
noCase("test string");
noCase("testString");
//=> "test string"
```

Expand Down

0 comments on commit 5af7f95

Please sign in to comment.