From 79da5955bd949e178f5570d4f1859c0403470425 Mon Sep 17 00:00:00 2001 From: Yapeng Lang Date: Mon, 16 Feb 2026 22:04:40 +1100 Subject: [PATCH] Fix image URLs in README.md Updated image source URLs in the README file. --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ade4763..d16d443 100644 --- a/README.md +++ b/README.md @@ -13,9 +13,10 @@ phylim provides a quick, handy method to check the identifiability of a model fi The following content will demonstrate how to set up phylim and give some tutorials on the main identifiability check app and other associated apps.

-tree1 +tree1

+ ## Installation ```pip install phylim``` @@ -179,7 +180,7 @@ phylim provides an app, `phylim_style_tree`, which takes an edge-matrix category >>> tree_styler(tree) ``` -tree1 +tree1 You can also colour edges using a user-defined edge-matrix category map, applicable to any tree object! @@ -195,4 +196,4 @@ You can also colour edges using a user-defined edge-matrix category map, applica >>> tree_styler(tree) ``` -tree1 +tree1