We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c85ba0 commit 4d7ae2aCopy full SHA for 4d7ae2a
1 file changed
guides/installation.md
@@ -17,7 +17,7 @@ In production, we'll use [elixir-nodejs](https://github.com/revelrylabs/elixir-n
17
```elixir
18
def deps do
19
[
20
- {:live_react, "~> 1.0.0-rc.3"},
+ {:live_react, "~> 1.0.0"},
21
{:nodejs, "~> 3.1.2"} # if you want to use SSR in production
22
]
23
end
0 commit comments