Parcourir la source

Update README.md

Skamander il y a 12 ans
Parent
commit
c3d060c240
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      php-kohana/README.md

+ 2 - 2
php-kohana/README.md

@@ -5,13 +5,13 @@ This is the Kohana PHP portion of a [benchmarking test suite](../) comparing a v
 ### 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](application/classes/controllers/Bench.php)
+* [JSON test controller](application/classes/Controller/Bench.php)
 
 
 
 
 ### Data-Store/Database Mapping Test
 ### Data-Store/Database Mapping Test
 Uses the db abstraction class from Kohana
 Uses the db abstraction class from Kohana
 
 
-* [DB test controller](application/classes/controllers/Bench.php)
+* [DB test controller](application/classes/Controller/Bench.php)
 
 
 
 
 ## Infrastructure Software Versions
 ## Infrastructure Software Versions