Skip to content

Commit 2d73908

Browse files
Update README.md
1 parent ca8e745 commit 2d73908

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ follow the instructions to get node in your local machine
2727
install mongoDb from the official website `https://docs.mongodb.com/manual/tutorial/install-mongodb-on-ubuntu/` and follow the guide to get the final release `MongoDB 4.4`.
2828

2929
**note** : _if an error occur when you try to open the mongodb console with the command `mongo` check if the `mongod.service` is in active state with the command `sudo systemctl status mongod.service`_ , you can activate the `mongod.service` with the command `sudo systemctl start mongod.service`,
30-
if you want to activate `mongod.service` automatically on startup of ubuntu use the following comands:
30+
if you want to activate `mongod.service` automatically on startup of ubuntu use the following commands:
3131
`sudo systemctl enable mongod.service` then `sudo systemctl start mongod.service`.
3232

3333

0 commit comments

Comments
 (0)