]> granicus.if.org Git - php/commitdiff
Added libedit reference to README
authorPhil Sturgeon <email@philsturgeon.co.uk>
Fri, 6 Dec 2013 21:57:52 +0000 (16:57 -0500)
committerPhil Sturgeon <email@philsturgeon.co.uk>
Fri, 6 Dec 2013 21:57:52 +0000 (16:57 -0500)
README.md

index 8864d89e6487e36fe11f2dc581693d69592e0b03..e1e6b48455d7498b1ac4db8ffb2610ffffda2241 100644 (file)
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@ The interactive PHP debugger
 
 Implemented as a SAPI module, phpdbg can excert complete control over the environment without impacting the functionality or performance of your code.
 
-phpdbg aims to be a lightweight, powerful, easy to use debugging platform for PHP5.4+
+phpdbg aims to be a lightweight, powerful, easy to use debugging platform for PHP 5.4+
 
 [![phpdbg on travis-ci](https://travis-ci.org/krakjoe/phpdbg.png?branch=master)](https://travis-ci.org/krakjoe/phpdbg)
 
@@ -45,7 +45,7 @@ make install-phpdbg
 Where the source directory has been used previously to build PHP, there exists a file named *config.nice* which can be used to invoke configure with the same
 parameters as were used by the last execution of *configure*.
 
-*Note: php must be configured with the switch --with-readline for phpdbg to support history, autocompletion, tab-listing etc*
+**Note:** PHP must be configured with the switch --with-readline or --with-libedit for phpdbg to support history, autocompletion, tab-listing etc.
 
 Command Line Options
 ====================
@@ -73,14 +73,13 @@ The following switches change the default behaviour of phpdbg:
  - -a listen address for remote mode
  - -S override SAPI name
 
-*Note: passing -rr will cause phpdbg to quit after execution, rather than returning to the console*
-
-Screeny
-=======
-
-<img src="https://raw.github.com/krakjoe/phpdbg/master/tutorials/phpdbg.png" alt="screenshot"/>
+**Note:** Passing -rr will cause phpdbg to quit after execution, rather than returning to the console.
 
 Getting Started
 ===============
 
-See the tutorials for help getting started with phpdbg: https://github.com/krakjoe/phpdbg/blob/master/tutorials/intro.md
+See the tutorials for help [getting started with phpdbg][1].
+
+<img src="https://raw.github.com/krakjoe/phpdbg/master/tutorials/phpdbg.png" alt="screenshot"/>
+
+  [1]: https://github.com/krakjoe/phpdbg/blob/master/tutorials/intro.md