Update 'README.md'

Fix small typo
This commit is contained in:
p1r0 2023-06-08 02:05:25 +00:00
parent 4f6280aed1
commit 6004916ca0
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ WantedBy=multi-user.target
```sh ```sh
$ sudo systemctl daemon-reload $ sudo systemctl daemon-reload
$ sudo systemctl enable ipfs.service $ sudo systemctl enable ipfs.service
$ sudo systemctl start publicNode.service $ sudo systemctl start ipfs.service
$ sudo systemctl status ipfs.service $ sudo systemctl status ipfs.service
``` ```
**NOTE: service must be set as active (running), if not please verify the preview steps** **NOTE: service must be set as active (running), if not please verify the preview steps**