소스 검색

Apply another minor fix to README.

Daniele Alessandri 11 년 전
부모
커밋
863718bd2b
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      README.md

+ 1 - 2
README.md

@@ -49,8 +49,7 @@ managed using Composer, but you can also leverage its own autoloader if you are
 project or script without any PSR-0 compliant autoloading facility:
 project or script without any PSR-0 compliant autoloading facility:
 
 
 ```php
 ```php
-<?php
-// prepend a base path if Predis is not available in your "include_path".
+// Prepend a base path if Predis is not available in your "include_path".
 require 'Predis/Autoloader.php';
 require 'Predis/Autoloader.php';
 
 
 Predis\Autoloader::register();
 Predis\Autoloader::register();