Skip to content

Commit

Permalink
Minor correction in the README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Yurii Rashkovskii committed Jul 29, 2011
1 parent 7af374a commit 0572e0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -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.
and `some_sup` (registered as `some_sup`), and `some_sup` sofo supervisor supervises worker processes
that are started with `some_worker:start_link`.

0 comments on commit 0572e0d

Please sign in to comment.