diff --git a/README.org b/README.org
index f1c2676b243fb53e3bacb05989c1d93d61e20640..4afe95575fea868bcc6c7c67822d5d24fd4512ca 100644
--- a/README.org
+++ b/README.org
@@ -1,13 +1,12 @@
 * Guix Jupyter kernel
-Guix kernel for Jupyter Notebook.
+
+[[https://guix.gnu.org/][GNU Guix]]-enabled kernel to create self-contained, reproducible Jupyter
+notebooks.
 
 #+html: <img src="logo.png" />
 
 ** Status
 
-Version 0.1.0, the first “beta” release, was announced on October 10th,
-2019.  [[https://hpc.guix.info/blog/2019/10/towards-reproducible-jupyter-notebooks/][Read more on the Guix-HPC blog]]!
-
 #+html: <img src="https://img.shields.io/badge/License-GPLv3+-blue.svg" />
 #+html: <img src="https://img.shields.io/badge/Guix-local_package-orange.svg" />
 #+html: <img src="https://img.shields.io/badge/System-GNU%2FLinux-green.svg" />
@@ -36,6 +35,9 @@ Guix-Jupyter aims to address this by supporting:
      [[https://guix.gnu.org][GNU Guix]];
   3. Execution of the code in a isolated environment, a “container”.
 
+[[https://hpc.guix.info/blog/2019/10/towards-reproducible-jupyter-notebooks/][Read the initial announcement]] (Oct. 2019) for an in-depth analysis of
+the need for “deployment-aware”, self-contained notebooks, and on the
+shortcomings of other options.
 
 ** Usage