From db82773c85844b15d6d876747bbf300c7e7a04f8 Mon Sep 17 00:00:00 2001 From: Michael Rosenberg Date: Sun, 14 Apr 2019 16:18:35 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fd70f65..c41953c 100644 --- a/README.md +++ b/README.md @@ -6,4 +6,4 @@ The display tree is simplistic compared to what advanced phylogenetic visualizat The program assumes/requires the tree to be rooted and it cannot contain reticulations, although polytomies are fine. At this time the program does not scale branch lengths; it is designed for display of branching patterns not evolutionary distances. Branches are simply scaled to equal node depths. -You can see a simple example by viewing test_tree.html in a browser. +You can see a simple example by viewing [test_tree.html](http://htmlpreview.github.io/?https://github.com/msrosenberg/Phy2HTML/blob/master/test_tree.html) in a browser.