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