Browse Source

Update Text class in Utility README, closes #5792

Bryan Crowe 11 years ago
parent
commit
b00d24431c
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