From cabb24ea4e571cb4c38770c0b04fc5e7a0f18564 Mon Sep 17 00:00:00 2001 From: Gabriel Horner Date: Tue, 20 Aug 2024 10:15:31 -0400 Subject: [PATCH] chore: tweak doc wording --- scripts/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/README.md b/scripts/README.md index b329909cc5..50af3a01e0 100644 --- a/scripts/README.md +++ b/scripts/README.md @@ -12,8 +12,8 @@ Before running [nbb-logseq](https://github.com/logseq/nbb-logseq) scripts, be su #### Create graph scripts -These scripts generate custom database graphs written with nbb-logseq. If this -your first time generating a DB graph, it is recommended to first try the +These scripts generate custom database graphs written with nbb-logseq. If this is +your first time generating a DB graph, first try the `dev:db-create` bb task in [db graph tasks](../docs/dev-practices.md#db-graph-tasks) as it only requires writing EDN. @@ -72,4 +72,4 @@ Created graph schema! #### Update graph scripts For database graphs, it is recommended to use -`logseq.outliner.db-pipeline/add-listener!` when updating graphs. TODO +`logseq.outliner.db-pipeline/add-listener!` when updating graphs. TODO