aboutsummaryrefslogtreecommitdiff
path: root/backend
diff options
context:
space:
mode:
Diffstat (limited to 'backend')
-rw-r--r--backend/README.md3
-rw-r--r--backend/data/README.md2
2 files changed, 2 insertions, 3 deletions
diff --git a/backend/README.md b/backend/README.md
index 331e7f4..20263fd 100644
--- a/backend/README.md
+++ b/backend/README.md
@@ -1,4 +1,3 @@
-Files
-=====
+# Files
- server.py: Runs the server
- data/: For generating the server's tree-of-life database
diff --git a/backend/data/README.md b/backend/data/README.md
index f5b35f0..776ff17 100644
--- a/backend/data/README.md
+++ b/backend/data/README.md
@@ -1,6 +1,6 @@
This directory holds files used to generate data.db, which contains tree-of-life data.
-# Tables:
+# Tables
## Tree Structure data
- `nodes` <br>
Format : `name TEXT PRIMARY KEY, id TEXT UNIQUE, tips INT` <br>