Skip to content

Commit

Permalink
Doc: fix beacon_live_admin version
Browse files Browse the repository at this point in the history
  • Loading branch information
leandrocp committed Sep 21, 2024
1 parent 87ac1ec commit 7106cd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/introduction/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Note that Beacon supports Umbrella applications as well.

```diff
+ {:beacon, "~> 0.1.0-rc.2", override: true},
+ {:beacon_live_admin, "~> 0.1.0"},
+ {:beacon_live_admin, ">= 0.0.0"},
```

8. Add `:beacon` and `:beacon_live_admin` into `:import_deps` in file `.formatter.exs`
Expand Down

0 comments on commit 7106cd6

Please sign in to comment.