1
0
mirror of https://github.com/danielstjules/Stringy.git synced 2025-08-13 08:44:01 +02:00

Fix link to oo and procedural section in readme

This commit is contained in:
Daniel St. Jules
2013-07-26 09:09:39 -04:00
parent 571cf8f78f
commit 8063276578

View File

@@ -5,7 +5,7 @@ A PHP library with a variety of string manipulation functions with multibyte sup
Note: The methods listed below are subject to change until we reach a 1.0.0 release.
* [Requiring/Loading](#requiringloading)
* [OO & Procedural](#oo-procedural)
* [OO and Procedural](#oo-and-procedural)
* [Methods](#methods)
* [create](#create)
* [upperCaseFirst](#uppercasefirst)
@@ -68,7 +68,7 @@ use Stringy\Stringy as S;
use Stringy\StaticStringy as S;
```
## OO & Procedural
## OO and Procedural
The library offers both OO method chaining with `Stringy\Stringy`, as well as
procedural-style static method calls with `Stringy\StaticStringy`. An example