Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
enricodias authored Jun 23, 2019
1 parent b506583 commit 132655d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
# nameize

A simple class to correctly capitalize full names, specially Brazilian names.
<br/><br/>

## Setup

```
composer require enricodias/nameize
```
<br/>

## Usage

Expand All @@ -33,7 +31,6 @@ The second parameter is optional and receives a single (or list of) special char
\nameize\nameize::format("john o'grady-smith"); // returns John O'Grady-Smith
\nameize\nameize::format("john o'grady-smith", "'"); // returns John O'Grady-smith
```
<br/><br/>

## Other features

Expand Down

0 comments on commit 132655d

Please sign in to comment.