diff --git a/examples/matrix.exs b/examples/matrix.exs index 42db527..c07a8be 100644 --- a/examples/matrix.exs +++ b/examples/matrix.exs @@ -6,7 +6,7 @@ defmodule Matrix do matrix + 1 should add 1 to all cells of the matrix - mix run lib/examples/matrix.exs + mix run examples/matrix.exs """ # usage: # matrix = [[1, 2], [2, 3], [0, 1]]