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:
@@ -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
|
||||
|
Reference in New Issue
Block a user