aboutsummaryrefslogtreecommitdiff
path: root/backend
diff options
context:
space:
mode:
Diffstat (limited to 'backend')
-rw-r--r--backend/README.md4
-rw-r--r--backend/data/README.md2
2 files changed, 3 insertions, 3 deletions
diff --git a/backend/README.md b/backend/README.md
index 358ed72..1823576 100644
--- a/backend/README.md
+++ b/backend/README.md
@@ -1,7 +1,7 @@
# Files
+- data: Contains scripts for generating the tree-of-life database
+- tilo.py: WSGI script that serves tree-of-life data
- server.py: Basic dev server that serves a WSGI script
-- tilo.py: WSGI script that serves tree-of-life data
-- data: Contains scripts for generating the tree-of-life database
# During development
Having generated the database as data/data.db, running `server.py`,
diff --git a/backend/data/README.md b/backend/data/README.md
index 13aeb89..ba64114 100644
--- a/backend/data/README.md
+++ b/backend/data/README.md
@@ -49,7 +49,7 @@ This directory holds files used to generate data.db, which contains tree-of-life
For the most part, these steps should be done in order.
As a warning, the whole process takes a lot of time and file space. The tree will probably
-have about 2.5 billion nodes. Downloading the images will take several days, and occupy over
+have about 2.5 billion nodes. Downloading the images takes several days, and occupies over
200 GB. And if you want good data, you'll need to do some manual review, which can take weeks.
## Environment