diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 02:59:41 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-14 02:59:41 -0400 |
commit | dadcbc55b89acf1f2969c69135437d09f4a68672 (patch) | |
tree | ee544b0ad286e7f8241a23bce0912cdc68f48c1b /network/monkey | |
parent | 85b48f424659489e010f0d912afcc3c993960ef3 (diff) |
network/monkey: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'network/monkey')
-rw-r--r-- | network/monkey/README | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/network/monkey/README b/network/monkey/README index cf9a3edcdfff..2b142b7a94a2 100644 --- a/network/monkey/README +++ b/network/monkey/README @@ -1,7 +1,8 @@ -Monkey is a lightweight and powerful web server and development stack for -Linux & OSX. +Monkey is a lightweight and powerful web server and development stack +for Linux & OSX. -It has been designed to be very scalable with low memory and CPU consumption, -the perfect solution for embedded devices. Made for ARM, x86 and x64. +It has been designed to be very scalable with low memory and CPU +consumption, the perfect solution for embedded devices. Made for ARM, +x86 and x64. By default, monkey will use the "apache" user and group accounts. |