Browse Source

Fix extension in README

Bryan Crowe 11 years ago
parent
commit
ccb1189c7b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Filesystem/README.md

+ 1 - 1
src/Filesystem/README.md

@@ -4,7 +4,7 @@ The Folder and File utilities are convenience classes to help you read from and
 
 ## Basic Usage
 
-Create a folder instance and search for all the `.php` files within it:
+Create a folder instance and search for all the `.ctp` files within it:
 
 ```php
 use Cake\Filesystem\Folder;