From 095be84d0f15c6ec0bede2729422cc9341344269 Mon Sep 17 00:00:00 2001 From: Dmitry <98899785+mdqst@users.noreply.github.com> Date: Sun, 22 Dec 2024 01:29:16 +0300 Subject: [PATCH] docs: Fix grammar issue in instructions for archive mode setup Update README.md (#186) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 38584c1ff..330a26390 100644 --- a/README.md +++ b/README.md @@ -128,7 +128,7 @@ To start a node, create a directory `mixin` for the config and network data file The main net genesis.json, nodes.json and an example config.example.toml files can be obtained from [here](https://github.com/MixinNetwork/mixin/tree/master/config), you only need to put your own signer spend key in the config.toml file. -Change the `consensus-only` option to `false` will allow the node to start in archive mode, which syncs all the graph data. +Changing the `consensus-only` option to `false` will allow the node to start in archive mode, which syncs all the graph data. ``` $ mixin help kernel