From 0572e0ddae3fde557e41e926a13befe7e0b0af1a Mon Sep 17 00:00:00 2001 From: Yurii Rashkovskii Date: Fri, 29 Jul 2011 16:21:45 -0700 Subject: [PATCH] Minor correction in the README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2c5fc4c..0302518 100644 --- a/README.md +++ b/README.md @@ -67,5 +67,5 @@ init([]) -> ``` The above example will define a `one_for_one` supervisor supervising two other supervisors, `first` -and `some_sup` (registered as `some_sup`), and `some_sup` sofo supervisor supervises a worker process -`some` that will be restarted permanently. \ No newline at end of file +and `some_sup` (registered as `some_sup`), and `some_sup` sofo supervisor supervises worker processes +that are started with `some_worker:start_link`. \ No newline at end of file