From a024554f213a932e9d2413830d4a8bf74f06fa86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Thu, 8 Apr 2021 22:27:08 +0200 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7e113a7db..8a188738e 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,8 @@ Livebook is a tool for crafting interactive and collaborative code notebooks. It they also play well with version control. * Sequential evaluation: code cells run in a specific order, guaranteeing future users of - the same Livebook see the same output. + 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. * 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