aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/README.md b/README.md
index a860b3f..46e044d 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,5 @@
-# Grid of Life
+Grid of Life
+============
An interactive visualisation of the biological tree of life.
@@ -8,3 +9,8 @@ Each tile represents a group of organisms with a common ancestor.
- Clicking on an expanded tile collapses it back into one tile.
- Double-clicking on a tile expands it to fill the whole view.
Other tiles will be moved to the side.
+
+Files
+=====
+- backend/: Contains code for running the server, and generating tree-of-life data
+-