summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README6
1 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index 4ba8fd7..56ca07e 100644
--- a/README
+++ b/README
@@ -7,8 +7,8 @@ TOC:
01. HELLO WORLD
-PerlDaemon is a minimal linux/unix daemon programmed in Perl.
-It can be extended to fit any task...
+PerlDaemon is a minimal daemon for Linux and other UNIX a like operating system
+programmed in Perl. It can be extended to fit any task...
It supports:
* Automatic daemonizing
@@ -102,7 +102,7 @@ Now watch ./log/perldaemon.log to see everything runs fine. It is a good
practise to test your modules in 'foreground mode' (see above how to do
that).
-Btw: You can install as many modules in parallel as whished. But they are run
+BTW: You can install as many modules in parallel as wished. But they are run
in sequential order (in future they can also run in parallel using several
threads or processes).