From 596d2c835053946a4565d27ce1816012aa80704b Mon Sep 17 00:00:00 2001 From: Steve Divskinsy Date: Thu, 4 May 2017 10:03:26 +0930 Subject: [PATCH] BusyBox spelling/grammar One word had spelling issues, and sentence structure was slightly unclear. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a4ae5ed..e97eada 100644 --- a/README.md +++ b/README.md @@ -87,8 +87,9 @@ Busybox Userspace All these tools you know and love like ``ls``, ``echo``, ``cat`` ``mv``, and ``rm`` and so on are commonly referred to as the 'coreutils'. Busybox has that and alot more, like utilities from ``util-linux`` so we can do stuff like -``mount`` and even a complete init system. Basicly most tools to expect to be -present on a Linux system only are these somewhat simplified. +``mount`` and even a complete init system. Basically, it contains most tools +you expect to be present on a Linux system, except they are a slightly +simplified version of the regular ones. You can get the source from [busybox.net](https://busybox.net/). They also provide prebuilt binaries which will do just fine for most use-cases. But just