Commit 48c7af5d97dd7624bc0d934d1de4f640da66c21f

Stephen Moloney 2016-02-14T22:05:39

slight

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/README.md b/README.md
index 210fc43..8e72b92 100644
--- a/README.md
+++ b/README.md
@@ -125,7 +125,7 @@ Add the supervisor to your supervision tree:
     ex_ovh = [supervisor(ExOvh, [])]
 
     opts = [strategy: :one_for_one, name: TestOs.Supervisor]
-    Supervisor.start_link(phoenix ++ ex_ovh  ++ child3, opts)
+    Supervisor.start_link(phoenix ++ ex_ovh, opts)
   end
   ```