aboutsummaryrefslogtreecommitdiff
path: root/backend
diff options
context:
space:
mode:
authorTerry Truong <terry06890@gmail.com>2022-06-23 15:13:36 +1000
committerTerry Truong <terry06890@gmail.com>2022-06-23 15:13:36 +1000
commitd54e1a4607debb457d30068cc4d20fe92cedac6c (patch)
tree9636aa59842f33bf369c0cda01a50f11e3c4ee10 /backend
parentabb936f5d76f7fe5cec1e8948d287da86643d504 (diff)
Update some client-side READMEs
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>