Skip to content

Commit cbf49b5

Browse files
authored
Spell Xdebug correctly, and add link
1 parent 474422e commit cbf49b5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# XDebug Trace Tree
1+
# Xdebug Trace Tree
22

3-
This is a simple PHP script to display XDebug traces in a tree like visualization. It can collapse parts
3+
This is a simple PHP script to display [Xdebug](https://xdebug.org) traces in a tree like visualization. It can collapse parts
44
that you're not interested in when analysing the trace, making it much easier to follow the program flow.
55

66
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
3434

3535
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
3636

37-
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.
37+
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.

0 commit comments

Comments
 (0)