From 6004916ca0e83249159aee624c77631af38519c0 Mon Sep 17 00:00:00 2001 From: p1r0 Date: Thu, 8 Jun 2023 02:05:25 +0000 Subject: [PATCH] Update 'README.md' Fix small typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d01976..8d35cb6 100644 --- a/README.md +++ b/README.md @@ -127,7 +127,7 @@ WantedBy=multi-user.target ```sh $ sudo systemctl daemon-reload $ sudo systemctl enable ipfs.service - $ sudo systemctl start publicNode.service + $ sudo systemctl start ipfs.service $ sudo systemctl status ipfs.service ``` **NOTE: service must be set as active (running), if not please verify the preview steps**