From d20d4f6bf123d58e4666c064027b55e3b300702f Mon Sep 17 00:00:00 2001 From: Carlos Date: Fri, 23 Jul 2021 17:48:24 -0300 Subject: [PATCH] Fix url repo in developmento topic (#460) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3168ebfd6..8080af540 100644 --- a/README.md +++ b/README.md @@ -156,7 +156,7 @@ The following environment variables configure Livebook: Livebook is primarily a Phoenix web application and can be setup as such: ```shell -git clone https://github.com/elixir-nx/livebook.git +git clone https://github.com/livebook-dev/livebook.git cd livebook mix deps.get