aboutsummaryrefslogtreecommitdiff
path: root/backend/data
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/data
parentabb936f5d76f7fe5cec1e8948d287da86643d504 (diff)
Update some client-side READMEs
Diffstat (limited to 'backend/data')
-rw-r--r--backend/data/README.md2
1 files changed, 1 insertions, 1 deletions
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>