From c850fd99270d27c07e82a4338155238d002dfc18 Mon Sep 17 00:00:00 2001 From: Bozhidar Batsov Date: Tue, 19 Jul 2022 13:59:25 +0300 Subject: [PATCH] Fix an anchor --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4326474..4a8c211 100644 --- a/README.md +++ b/README.md @@ -212,7 +212,8 @@ copy&paste this to your `~/.emacs`: (autoload 'utop "utop" "Toplevel for OCaml" t) ``` -### [Usage](#usage-emacs) +### Usage + You can start utop inside Emacs with: `M-x utop`.