From 592f1f8d113b5bb84448e7713b046ed665adafb3 Mon Sep 17 00:00:00 2001 From: Sergei Maximov Date: Fri, 1 Feb 2019 11:35:40 +0300 Subject: [PATCH] Fix a typo in the Elixir usage example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5938833..a360320 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ ok ```elixir # create a new single lock (with a name) -iex(1)> :sleeplocks,new(1, [ name: :my_lock ]) +iex(1)> :sleeplocks.new(1, [ name: :my_lock ]) {:ok, #PID<0.179.0>} # take ownership of the lock