aboutsummaryrefslogtreecommitdiff
path: root/src/README.md
diff options
context:
space:
mode:
authorTerry Truong <terry06890@gmail.com>2022-06-26 18:49:36 +1000
committerTerry Truong <terry06890@gmail.com>2022-06-26 18:51:41 +1000
commitd2d6f0496ce816e9238e785ed3d0e7bd61b2483b (patch)
tree0a6dac78da3f236bc46599f6dac865f80d1959b9 /src/README.md
parent09b6244d94b9a176172de448d3bb7fa386cb8995 (diff)
Refactor TileInfoModal
Also change server info-response format to include sub-node common-names
Diffstat (limited to 'src/README.md')
-rw-r--r--src/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/README.md b/src/README.md
index dbd2ecb..6bf764c 100644
--- a/src/README.md
+++ b/src/README.md
@@ -2,7 +2,7 @@
- main.ts: Included by ../index.html. Creates the main Vue component.
- App.vue: The main Vue component.
- components:
- - Tile.vue: Displays a tree-of-life node, and can include child nodes.
+ - Tile.vue: Displays a tree-of-life node.
- TileInfoModal.vue: Modal displaying info about a Tile's node.
- SearchModal.vue: Modal with a search bar.
- SettingsModal: Modal displaying configurable settings.