Update README.md

This commit is contained in:
José Valim 2021-04-09 14:20:50 +02:00 committed by GitHub
parent 123d65d744
commit 88e2618459
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@ Livebook is a tool for crafting interactive and collaborative code notebooks. It
* Sequential evaluation: code cells run in a specific order, guaranteeing future users of * Sequential evaluation: code cells run in a specific order, guaranteeing future users of
the same Livebook see the same output. If you re-execute a previous cell, following cells the same Livebook see the same output. If you re-execute a previous cell, following cells
are marked as stale to avoid confusion about the notebook state. are marked as stale to make it clear they depend on outdated notebok state.
* Custom runtimes: when executing Elixir code, you can either start a fresh Elixir process, * Custom runtimes: when executing Elixir code, you can either start a fresh Elixir process,
connect to an existing node, or run it inside an existing Elixir project, with access to connect to an existing node, or run it inside an existing Elixir project, with access to