diff --git a/README.md b/README.md
index ef30e0c1e..cbd9e57d1 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,8 @@

-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