Преглед на файлове

Apply another minor fix to README.

[ci skip]
Daniele Alessandri преди 11 години
родител
ревизия
78fd475747
променени са 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:
 
 ```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';
 
 Predis\Autoloader::register();