From 869fe3bc9b62343d8ce1a079064eea02fd1b5d93 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sat, 3 Aug 2019 00:37:09 +0300 Subject: [PATCH] docs: update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dd7a3f16..70365bb4 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ All package `build` and `post-install` scripts are subject to checks using `shel ## Code style -- Indentation should be 4 spaces. +- Indentation is 4 spaces. - Keep variables lowercase unless they're environment variables. - Use `#!/bin/sh -e`. - Use `/usr` as the prefix.