Skip to content

Commit

Permalink
docs: README.md update
Browse files Browse the repository at this point in the history
  • Loading branch information
VicGUTT committed Nov 27, 2022
1 parent 8c3362e commit 1bd69a3
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 @@ -1077,8 +1077,8 @@ function strTitle(value: string): string;
**Example**

```js
strCamel('loLLIPop'); // 'Lollipop'
strCamel('Will the real Slim Shady please stand up?'); // 'Will The Real Slim Shady Please Stand Up?'
strTitle('loLLIPop'); // 'Lollipop'
strTitle('Will the real Slim Shady please stand up?'); // 'Will The Real Slim Shady Please Stand Up?'
```

### **str.trim / strTrim** _([Source](https://github.com/VicGUTT/strjs/blob/main/src/strTrim.ts) | [Tests](https://github.com/VicGUTT/strjs/blob/main/tests/str/strTrim.test.ts))_
Expand Down

0 comments on commit 1bd69a3

Please sign in to comment.