From 8604f4a15e59b0cc1aa86f1a8adf1d584468a517 Mon Sep 17 00:00:00 2001 From: Luke Emery-Fertitta <6968022+lemeryfertitta@users.noreply.github.com> Date: Sun, 4 Feb 2024 12:24:21 -0800 Subject: [PATCH] Fix typo and improve wording in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7e6b975..5ad80f0 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ To download the climb database for a given board: `boardlib database ` -This will download a [sqlite](https://www.sqlite.org/index.html) database file to the given path and synchronize it with the latest available data. The database contains all of the publicly available climb data. Only the synchronization will be attempted if there is already a database at the given path, +This command will first download a [sqlite](https://www.sqlite.org/index.html) database file to the given path. After downloading, the database will then use the undocumented sync API to synchronize it with the latest available data. The database contains only the publicly available data. User data is not synchronized. If a database already exists as `database_path`, the command will skip the download step and only perform the synchronization. NOTE: The Moonboard is not currently supported for the database command. Contributions are welcome.