From 282f8b15cb3cdad73a2a532a2e75119e0261b5dc Mon Sep 17 00:00:00 2001 From: Theo Sanderson Date: Wed, 18 May 2022 23:13:20 +0100 Subject: [PATCH] Update advanced.md --- docs/advanced.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/advanced.md b/docs/advanced.md index b23e9a73..c2233541 100644 --- a/docs/advanced.md +++ b/docs/advanced.md @@ -9,7 +9,7 @@ You can supply files locally to the Taxonium web interface, or you can supply UR Any files must be uploaded to somewhere that allows Cross-Origin Resource Sharing (CORS). ::: -If you supply only remote files, then you will find that the Taxonium.org interface encodes them in its URL as it loads the tree, meaning you can share your tree with other people by copying the current URL. In addition, any searches or colouring of the tree will also be stored in the URL. Each search will have a permalink button that will create a URL that zooms in on those particular nodes. +If you supply only remote files, then you will find that the Taxonium.org interface encodes them into its URL as it loads the tree, meaning you can share your tree with other people by copying the Taxonium URL. In addition, any searches or colouring of the tree will also be stored in the URL. Each search will have a permalink button that will create a URL that zooms in on those particular nodes. #### Deploying your own Taxonium backend @@ -35,4 +35,4 @@ Alternatively, you could host your own version of the Taxonium front end not via ```bash docker run -p 80:80 theosanderson/taxonium_frontend:master -``` \ No newline at end of file +```