From e28a9328a1e2d0680c3e1d527e734a5358ab972f Mon Sep 17 00:00:00 2001 From: Marlon Tanner Date: Mon, 16 Nov 2020 09:33:29 +0100 Subject: [PATCH] Fix spelling --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d9d88ca..a1f75a0 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ To start services immediately, in archbox do : ``` sudo servicectl start ``` -This isn't actually uses systemd to start services, rather it parses systemd .service files and executes it. +This isn't actually using systemd to start services, rather it parses systemd .service files and executes it. #### Lauching apps via rofi Instead of opening terminal everytime you want to run application inside chroot, you may want to launch rofi inside chroot, install rofi and do : ```