From 132655db24531775bd227e02222c8e77b2c4a7aa Mon Sep 17 00:00:00 2001
From: Enrico Dias <32619307+enricodias@users.noreply.github.com>
Date: Sat, 22 Jun 2019 21:24:47 -0300
Subject: [PATCH] Update README.md
---
README.md | 3 ---
1 file changed, 3 deletions(-)
diff --git a/README.md b/README.md
index 11f407e..e0591a3 100644
--- a/README.md
+++ b/README.md
@@ -1,14 +1,12 @@
# nameize
A simple class to correctly capitalize full names, specially Brazilian names.
-
## Setup
```
composer require enricodias/nameize
```
-
## Usage
@@ -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
```
-
## Other features