From 6db9bd9acef5ace8293a067e545180c04e9bc333 Mon Sep 17 00:00:00 2001 From: Enno Richter Date: Sun, 10 Dec 2023 15:21:23 +0100 Subject: [PATCH] fix typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9aa004a..33a2d39 100644 --- a/README.md +++ b/README.md @@ -484,7 +484,7 @@ Consider the following nixos configuration example: ```nix { # Permission modes are in octal representation (same as chmod), - # the digits represent: user|group|owner + # the digits represent: user|group|others # 7 - full (rwx) # 6 - read and write (rw-) # 5 - read and execute (r-x)