From d6f6a9465a26fc78ff72a3c234f118256ab24309 Mon Sep 17 00:00:00 2001 From: Jeremie Dimino Date: Wed, 22 Mar 2017 17:33:15 +0000 Subject: [PATCH] Typo Fix #196 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 73fb7a0..7940f66 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ utop - a universal toplevel for OCaml ===================================== utop is an improved toplevel for OCaml. It can run in a terminal or -in Emacs. It supports line edition, history, real-time and context +in Emacs. It supports line editing, history, real-time and context sensitive completion, colors, and more. It integrates with the tuareg and typerex modes in Emacs.