From a22b069bae3d52328c2588eab23a58f35ded5030 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Tue, 13 Apr 2021 12:34:03 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ef30e0c1e..cbd9e57d1 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@

Livebook

-Livebook is a tool for crafting interactive and collaborative code notebooks. It features: +Livebook is a web application for writing interactive and collaborative code notebooks. It features: - * An interactive web application built with [Phoenix LiveView](https://github.com/phoenixframework/phoenix_live_view) + * A deployable web app built with [Phoenix LiveView](https://github.com/phoenixframework/phoenix_live_view) where users can create, fork, and run multiple notebooks. * Each notebook is made of multiple sections: each section is made of Markdown and Elixir