aboutsummaryrefslogtreecommitdiff
path: root/backend/README.md
diff options
context:
space:
mode:
authorTerry Truong <terry06890@gmail.com>2022-06-28 11:05:39 +1000
committerTerry Truong <terry06890@gmail.com>2022-06-28 14:45:26 +1000
commit053567d2ad81fefbd5e52e3ba15cf7511205a963 (patch)
treef7770a23da34fa4cbf229e93aedeb38ef2cc7def /backend/README.md
parentea2ee038f55ed770dfb18f5cdd3a9f9797bd24ef (diff)
Add getImagePath() to lib.ts
Diffstat (limited to 'backend/README.md')
-rw-r--r--backend/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/backend/README.md b/backend/README.md
index 3efa585..3a56f76 100644
--- a/backend/README.md
+++ b/backend/README.md
@@ -3,6 +3,6 @@
- data: Contains scripts for generating the tree-of-life database
# During development
-Having generated the database as data/data.db, and with this as the current
-directory, running `python3 -m http.server --cgi 8000` allows the client to access
-the CGI script, and hence the database, via `localhost:8000/cgi-bin/data.py`.
+Having generated the database as data/data.db, running `python3 -m http.server --cgi 8000`,
+in this directory, allows the client to access the CGI script, and hence the database,
+via `localhost:8000/cgi-bin/data.py`.