diff --git a/README.md b/README.md index 1eb8924..29fd090 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# httpprocwatchd Ver 1.3.2 +# httpprocprobed Ver 2.0.0 License: MIT+NIGGER. @@ -7,7 +7,7 @@ processes, and if they are currently running or not. There are currently three output formats available: JSON, XML, plain text. -JSON is a default format if `Accept` header didn't provided, or did do with +JSON is a default format if `Accept` header didn't provided, or did with value `application/json`. Its form is `{"process":true|false, ...}`. XML is provided if `Accept: application/xml` header was given. Its form is @@ -30,19 +30,17 @@ Run these commands one after the other. ```console $ make $ make install -$ make install-service ``` In order to uninstall run these commands: ```console -# systemctl stop httpprocwatchd -# systemctl disable httpprocwatchd -$ make uninstall-service +# systemctl stop httpprocprobed +# systemctl disable httpprocprobed $ make uninstall # systemctl daemon-reload ``` ### For ArchLinux -You can take a [PKGBUILD](/Arav/httpprocwatchd/raw/branch/master/contrib/archlinux/PKGBUILD) file and in a directory with it run `makepkg -i`. \ No newline at end of file +You can take a [PKGBUILD](/Arav/httpprocprobed/raw/branch/master/build/archlinux/PKGBUILD) file and in a directory with it run `makepkg -i`. \ No newline at end of file