Skip to content

Commit

Permalink
Fix: change instruction in README to use hex.pm
Browse files Browse the repository at this point in the history
  • Loading branch information
elciok committed Mar 30, 2024
1 parent 7d79290 commit dc54e11
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -34,7 +33,7 @@ def deps do
end
```

Then update your dependencies:
Then update your dependencies with the following command:

```
mix deps.get
Expand Down

0 comments on commit dc54e11

Please sign in to comment.