Skip to content

Commit b68972a

Browse files
committed
Update README.md
1 parent ca3331a commit b68972a

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,12 @@
2222

2323
## Installation
2424

25-
You can add `elli_websocket` to your application by adding it as a dependency to
26-
your [elli][] application.
25+
You can add `elli_websocket` to your application by adding it as a dependency alongside [elli][].
2726

2827
```erlang
2928
{deps, [
30-
{elli, "2.0.1"},
31-
{elli_websocket, "0.1.0"}
29+
{elli, "3.1.0"},
30+
{elli_websocket, "0.1.1"}
3231
]}.
3332
```
3433

0 commit comments

Comments
 (0)