From dba71bfcfe0cf14b51af51b0e25e37a4703c0092 Mon Sep 17 00:00:00 2001 From: Vladislav Shtepin Date: Thu, 24 Sep 2020 13:08:15 +0300 Subject: [PATCH] Clarify that eval is a lens --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 12ebcea9a..bede4a9ec 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ This is *very* early stage software. ## Features - - Code evaluation (inspired by [Dante](https://github.com/jyp/dante#-reploid)). You can evaluate code by writing it in a comment of the form -- >>> + - Code evaluation codelens (inspired by [Dante](https://github.com/jyp/dante#-reploid)). You can evaluate code by writing it in a comment of the form -- >>> ![Eval](https://i.imgur.com/bh992sT.gif)