From ae23e6ecb9cbf85e1236afb0f2424d50821f146b Mon Sep 17 00:00:00 2001 From: Tai Groot Date: Sun, 20 Mar 2022 23:42:28 -0700 Subject: [PATCH] Fix lowercase typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a83c977..221a95d 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ func main() { defer cancel() // Equivalent to `systemctl enable nginx` with a 10 second timeout opts := systemctl.Options{ - usermode: false, + UserMode: false, } err := systemctl.Enable(ctx, unit, opts) if err != nil {