We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5e8d39 commit 781e1f5Copy full SHA for 781e1f5
README.md
@@ -13,6 +13,6 @@ To bring KinoExcalidraw to Livebook all you need to do is `Mix.install/2`:
13
14
```elixir
15
Mix.install([
16
- {:kino_excalidraw, "~> 0.1.0"}
+ {:kino_excalidraw, "< 1.0.0"}
17
])
18
```
0 commit comments