diff --git a/README.md b/README.md index a82ff53..a7010ee 100644 --- a/README.md +++ b/README.md @@ -36,11 +36,11 @@ It uses PSK authentication and keep-alives. #### Server -Optionally declare the server _IP_ address with ```SERVER= IP``` in the _./Makefile_ or using ```SERVER=IP make```. +Optionally declare the server _IP_ address with ```SERVER=IP``` in the _./Makefile_ or using ```SERVER=IP make```. #### Clients -Declare clients _a_, _b_ and _c_ with ```CLIENTS= a b c``` in the _./Makefile_ or using ```CLIENTS="a b c" make```. +Declare clients _a_, _b_ and _c_ with ```CLIENTS=a b c``` in the _./Makefile_ or using ```CLIENTS="a b c" make```. Client management is additive, meaning you can add more with ```CLIENTS="new" make```.