From 825854fd4236bd324fa596d3cf77724eb2eee75b Mon Sep 17 00:00:00 2001 From: Ava Hahn Date: Thu, 18 May 2023 08:59:19 -0700 Subject: [PATCH] docs fix --- Readme.org | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Readme.org b/Readme.org index 07fa354..9ffaae5 100644 --- a/Readme.org +++ b/Readme.org @@ -409,14 +409,14 @@ For a more complex example see file:snippets/avas-laptop-prompt.rls Further configuration can be done by loading scripts that contain more functions and data to evaluate. Variables and functions defined in an external script loaded by your interpreter will persist in the symbol table. -** Using Relish as your shell -As of version 0.3.0 Relish implements all the features of an interactive shell. -See further documentation in file:Shell.org. - #+BEGIN_SRC lisp (call "my-extra-library-functions.rls") #+END_SRC +** Using Relish as your shell +As of version 0.3.0 Relish implements all the features of an interactive shell. +See further documentation in file:Shell.org. + ** Compilation #+BEGIN_SRC sh cargo build