aboutsummaryrefslogtreecommitdiff
path: root/src/README.md
diff options
context:
space:
mode:
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.