From dc54e119697e395037bcac9fc8e7d2d9766b3e8c Mon Sep 17 00:00:00 2001 From: Elcio Nakashima Date: Sat, 30 Mar 2024 13:33:22 -0300 Subject: [PATCH] Fix: change instruction in README to use hex.pm --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0ba7dba..0dad011 100644 --- a/README.md +++ b/README.md @@ -23,8 +23,7 @@ you can run multiple Sonyflake ID generators concurrently. ## Installation -If [available in Hex](https://hex.pm/docs/publish), the package can be installed -by adding `sonyflakex` to your list of dependencies in `mix.exs`: +Add `sonyflakex` to your list of dependencies in `mix.exs`: ```elixir def deps do @@ -34,7 +33,7 @@ def deps do end ``` -Then update your dependencies: +Then update your dependencies with the following command: ``` mix deps.get