mirror of
https://github.com/danielstjules/Stringy.git
synced 2025-08-15 01:34:03 +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.
|
Note: The methods listed below are subject to change until we reach a 1.0.0 release.
|
||||||
|
|
||||||
* [Requiring/Loading](#requiringloading)
|
* [Requiring/Loading](#requiringloading)
|
||||||
* [OO & Procedural](#oo-procedural)
|
* [OO and Procedural](#oo-and-procedural)
|
||||||
* [Methods](#methods)
|
* [Methods](#methods)
|
||||||
* [create](#create)
|
* [create](#create)
|
||||||
* [upperCaseFirst](#uppercasefirst)
|
* [upperCaseFirst](#uppercasefirst)
|
||||||
@@ -68,7 +68,7 @@ use Stringy\Stringy as S;
|
|||||||
use Stringy\StaticStringy 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
|
The library offers both OO method chaining with `Stringy\Stringy`, as well as
|
||||||
procedural-style static method calls with `Stringy\StaticStringy`. An example
|
procedural-style static method calls with `Stringy\StaticStringy`. An example
|
||||||
|
Reference in New Issue
Block a user