Skip to content

Commit 4d7ae2a

Browse files
committed
chore: fix installation guide
1 parent 9c85ba0 commit 4d7ae2a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

guides/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ In production, we'll use [elixir-nodejs](https://github.com/revelrylabs/elixir-n
1717
```elixir
1818
def deps do
1919
[
20-
{:live_react, "~> 1.0.0-rc.3"},
20+
{:live_react, "~> 1.0.0"},
2121
{:nodejs, "~> 3.1.2"} # if you want to use SSR in production
2222
]
2323
end

0 commit comments

Comments
 (0)