Browse Source

Add parenthesis

Brittany Mazza 10 years ago
parent
commit
7554961cca
1 changed files with 2 additions and 2 deletions
  1. 2 2
      frameworks/PHP/symfony2/README.md

+ 2 - 2
frameworks/PHP/symfony2/README.md

@@ -21,9 +21,9 @@ The tests were run with:
 * [JSON Serialization](src/Skamander/BenchmarkBundle/Controller/BenchController.php)
 * [JSON Serialization](src/Skamander/BenchmarkBundle/Controller/BenchController.php)
 : "/json" _Note: Uses the PHP standard 
 : "/json" _Note: Uses the PHP standard 
 [JSON encoder](http://www.php.net/manual/en/function.json-encode.php)._
 [JSON encoder](http://www.php.net/manual/en/function.json-encode.php)._
-* [Single Database Query](src/Skamander/BenchmarkBundle/Controller/BenchController.php) [Model](src/Skamander/BenchmarkBundle/Entity/World.php)
+* [Single Database Query](src/Skamander/BenchmarkBundle/Controller/BenchController.php) ([Model](src/Skamander/BenchmarkBundle/Entity/World.php))
 : "/db" _Note: Uses the Symfony 2/Doctrine 2 Entity functionality._
 : "/db" _Note: Uses the Symfony 2/Doctrine 2 Entity functionality._
-* [Multiple Database Queries](src/Skamander/BenchmarkBundle/Controller/BenchController.php) [Model](src/Skamander/BenchmarkBundle/Entity/World.php)
+* [Multiple Database Queries](src/Skamander/BenchmarkBundle/Controller/BenchController.php) ([Model](src/Skamander/BenchmarkBundle/Entity/World.php))
 : "/db?queries=" _Note: Uses the Symfony 2/Doctrine 2 Entity functionality._
 : "/db?queries=" _Note: Uses the Symfony 2/Doctrine 2 Entity functionality._
 * [Fortunes Template Test](src/Skamander/BenchmarkBundle/Controller/BenchController.php)
 * [Fortunes Template Test](src/Skamander/BenchmarkBundle/Controller/BenchController.php)
 : "/fortunes" _Note: Uses Symfony's template engine 'Twig'_
 : "/fortunes" _Note: Uses Symfony's template engine 'Twig'_