From 451c251328ced863af68fc1493867c44af8b6515 Mon Sep 17 00:00:00 2001 From: Joseph Ferano Date: Mon, 29 May 2023 15:40:31 +0700 Subject: [PATCH] Small change to readme --- README.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index 65feb1e..effa9ae 100644 --- a/README.org +++ b/README.org @@ -8,8 +8,8 @@ single file and the reason for that is that it uses a style of programming known as [[https://en.wikipedia.org/wiki/Literate_programming][Literate Programming]] with the help of Emacs, org-mode, and [[https://orgmode.org/worg/org-contrib/babel/intro.html][org-babel]]. Most code implementations are done in C, however, some have been also implemented in Python or OCaml in order to compare and contrast styles. All code is executable -from within Emacs by just running ~C-c C-c~ while the cursor is in the source code -block. +from within Emacs by invoking the ~C-c C-c~ keybinding while the cursor is in the +source code block. * Progress