瀏覽代碼

Fix README (again).

Daniele Alessandri 14 年之前
父節點
當前提交
d05007b5db
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      README.markdown

+ 3 - 3
README.markdown

@@ -27,7 +27,7 @@ complete coverage of all the features available in Predis.
 ### Loading Predis
 
 Predis relies on the autoloading features of PHP and complies with the 
-(PSR-0 standard)[http://groups.google.com/group/php-standards/web/psr-0-final-proposal] 
+[PSR-0 standard](http://groups.google.com/group/php-standards/web/psr-0-final-proposal) 
 for interoperability with the major frameworks and libraries.
 
 When used in simple projects or scripts you might need to define an autoloader function:
@@ -141,12 +141,12 @@ too, even though they are not the preferred way to contribute to Predis.
 
 ## Author ##
 
-[Daniele Alessandri](mailto:suppakilla@gmail.com) - [twitter](http://twitter.com/JoL1hAHN)
+[Daniele Alessandri](mailto:suppakilla@gmail.com) - ([twitter](http://twitter.com/JoL1hAHN))
 
 ## Contributors ##
 
 [Lorenzo Castelli](http://github.com/lcastelli)
-[Jordi Boggiano](http://github.com/Seldaek) - [twitter](http://twitter.com/seldaek)
+[Jordi Boggiano](http://github.com/Seldaek) ([twitter](http://twitter.com/seldaek))
 
 ## License ##