Browse Source

Fix mistakes in the FAQ.

Daniele Alessandri 14 năm trước cách đây
mục cha
commit
c0d9b53ff7
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      FAQ.markdown

+ 2 - 2
FAQ.markdown

@@ -107,9 +107,9 @@ Before v0.7, Predis used the one-big-file approach to distribute the library. As
 just one file for everything, this kind of solution is actually not that good. Predis now complies with the
 [PSR-0](http://groups.google.com/group/php-standards/web/psr-0-final-proposal) standard to play nice with
 the major recent frameworks and libraries, so it needs an autoloader function to be defined. If you still
-want to have just one file grouping all the classes for whatever reason, then __bin/createSingleFile.php__
+want to have just one file grouping all the classes for whatever reason, then the __bin/createSingleFile.php__
 script in the repository can generate it for you. There is also the __bin/createPhar.php__ script that
-generates a single [Phar archive](http://www.php.net/manual/en/intro.phar.php) for the whole library.
+generates a single [Phar archive](http://www.php.net/manual/en/intro.phar.php) of the whole library.
 
 
 ### Does Predis support UNIX domain sockets and persistent connections? ###