From 9f626f6ed065575e0c9ec584c4b4c1a0c27b4745 Mon Sep 17 00:00:00 2001 From: Hunter Jozwiak Date: Mon, 22 Jan 2024 13:37:54 -0500 Subject: [PATCH] Fix sentence. --- ipfs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipfs.md b/ipfs.md index 964dda1..3dacee0 100644 --- a/ipfs.md +++ b/ipfs.md @@ -53,7 +53,7 @@ For some distributions, a user service is already shipped, so starting the daemo ipfs daemon --enable-gc --migrate --enable-namesys-pubsub ``` -In brief, these flags allow for migrating the daemon automatically when you install a new version, letting the garbage collector run at periodic intervals, In bief, these extra flags allow for subscribing to published events about names, allowing migrations on daemon startup, and allows for the newer pubsub system. +In brief, these extra flags allow for subscribing to published events about names, allowing migrations on daemon startup, and allows for the newer pubsub system. ### Sync the Archive