From 446ad7aa5459bb0a2e1055b8d1503b1554c70b32 Mon Sep 17 00:00:00 2001 From: Francesc Leveque Date: Tue, 9 Jun 2026 16:57:42 +0200 Subject: [PATCH] docs(readme): drop stale "until published to Hex" install note The package is published on Hex (v0.2.0), so the pre-publish framing was wrong. Keep the git dependency snippet but reframe it as the way to track unreleased changes. Co-Authored-By: Claude Opus 4.8 (1M context) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6e02856..d9d18f7 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ def deps do end ``` -Until published to Hex, use a git or path dependency: +To track unreleased changes, you can point at the repo directly instead: ```elixir def deps do