mirror of
https://github.com/livebook-dev/livebook.git
synced 2024-11-10 09:03:02 +08:00
Add a hex badge to show the current version (#520)
* Add a hex badge to show the current version * Update README.md Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>
This commit is contained in:
parent
7d59acf518
commit
aba42a3a3e
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
<h1><img src="https://github.com/livebook-dev/livebook/raw/main/priv/static/images/logo-with-text.png" alt="Livebook" width="400"></h1>
|
||||
|
||||
[![Hex.pm](https://img.shields.io/hexpm/v/livebook)](https://hex.pm/packages/livebook)
|
||||
|
||||
Livebook is a web application for writing interactive and collaborative code notebooks for Elixir, built with [Phoenix LiveView](https://github.com/phoenixframework/phoenix_live_view). It features:
|
||||
|
||||
* Code notebooks with Markdown support and Elixir cells where code is evaluated on demand.
|
||||
|
|
Loading…
Reference in a new issue