Skip to content

Commit 2494edb

Browse files
jwaldripclaude
andcommitted
Update documentation to reference remote git branches
Update installation dependencies in README_INCREMENTAL.md to point to the remote git repositories instead of hex packages for testing incremental delivery features. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 47d2cc9 commit 2494edb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README_INCREMENTAL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ This functionality is included when using both `absinthe_relay` and incremental
2121
```elixir
2222
def deps do
2323
[
24-
{:absinthe, "~> 1.8"},
25-
{:absinthe_relay, "~> 1.5"}
24+
{:absinthe, git: "https://github.com/gigsmart/absinthe.git", branch: "gigmart/defer-stream-incremental"},
25+
{:absinthe_relay, git: "https://github.com/gigsmart/absinthe_relay.git", branch: "gigmart/defer-stream-incremental"}
2626
]
2727
end
2828
```

0 commit comments

Comments
 (0)