Browse Source

Merge pull request #5793 from bcrowe/3.0-text-readme

3.0 - Update Text class in Utility README, closes #5792
Mark S. 11 years ago
parent
commit
afb15f8e42
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/Utility/README.md

+ 3 - 3
src/Utility/README.md

@@ -35,9 +35,9 @@ echo Inflector::singularize('People'); // echoes Person
 
 Check the [official Inflector class documentation](http://book.cakephp.org/3.0/en/core-libraries/inflector.html)
 
-### String
+### Text
 
-The String class includes convenience methods for creating and manipulating strings.
+The Text class includes convenience methods for creating and manipulating strings.
 
 ```php
 Text::insert(
@@ -54,7 +54,7 @@ This is the song
 that never ends.
 ```
 
-Check the [official String class documentation](http://book.cakephp.org/3.0/en/core-libraries/string.html)
+Check the [official Text class documentation](http://book.cakephp.org/3.0/en/core-libraries/text.html)
 
 ### Security