From cbf49b520c7e318fefbaf1e39f1233ca274aaeac Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Thu, 31 Jan 2019 09:42:54 +0000 Subject: [PATCH] Spell Xdebug correctly, and add link --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0a61524..a9c5690 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# XDebug Trace Tree +# Xdebug Trace Tree -This is a simple PHP script to display XDebug traces in a tree like visualization. It can collapse parts +This is a simple PHP script to display [Xdebug](https://xdebug.org) traces in a tree like visualization. It can collapse parts that you're not interested in when analysing the trace, making it much easier to follow the program flow. Installation is simple. Just clone this dierectory to somewhere in your webserver and it should automatically @@ -34,4 +34,4 @@ Permission is hereby granted, free of charge, to any person obtaining a copy of The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.