Browse Source

Update README.md

Skamander 12 years ago
parent
commit
9d6b520f5a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      php-fuel/README.md

+ 2 - 2
php-fuel/README.md

@@ -5,13 +5,13 @@ This is the FuelPHP portion of a [benchmarking test suite](../) comparing a vari
 ### JSON Encoding Test
 ### JSON Encoding Test
 Uses the PHP standard [JSON encoder](http://www.php.net/manual/en/function.json-encode.php).
 Uses the PHP standard [JSON encoder](http://www.php.net/manual/en/function.json-encode.php).
 
 
-* [JSON test controller](fuel/app/classes/controllers/bench.php)
+* [JSON test controller](fuel/app/classes/controller/bench.php)
 
 
 
 
 ### Data-Store/Database Mapping Test
 ### Data-Store/Database Mapping Test
 Uses the Fuel ORM
 Uses the Fuel ORM
 
 
-* [DB test controller](fuel/app/classes/controllers/bench.php)
+* [DB test controller](fuel/app/classes/controller/bench.php)
 
 
 
 
 ## Infrastructure Software Versions
 ## Infrastructure Software Versions