diff --git a/README.md b/README.md index 1165072..a5de176 100644 --- a/README.md +++ b/README.md @@ -8,15 +8,15 @@ Open Terminal and issue the command: `make` -To install the package right after the building use: +To install the package right after the building, use: `make install` -To remove just installed package use: +To remove just installed package, use: `make remove` -To cleanup the project use: +To cleanup the project, use: `make clean`