Skip to content

Commit 8e18f60

Browse files
committed
Fix doc with wrong start_child arity
1 parent c2e7f22 commit 8e18f60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ supervisor = Supervisor.start_link(children, opts)
3737

3838
## Usage
3939

40-
Use `Singleton.start_child/3` to start a unique GenServer process.
40+
Use `Singleton.start_child/4` to start a unique GenServer process.
4141

4242
```elixir
4343
Singleton.start_child(MyApp.Singleton, MyServer, [1], {:myserver, 1})

0 commit comments

Comments
 (0)