From 147b35e72abaa1d301c60e689e7cd4749752a93a Mon Sep 17 00:00:00 2001 From: Simon Brooke Date: Mon, 3 Apr 2023 13:49:16 +0100 Subject: [PATCH] Auto stash before checking out "origin/develop" --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cf8a848..b97b431 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ same bahaviour - except as documented below. ### Status -Boots to REPL, but few functions yet available. +Working Lisp interpreter, but some key features not yet implemented. * [Project website](https://simon-brooke.github.io/beowulf/). * [Source code documentation](https://simon-brooke.github.io/beowulf/docs/codox/index.html). @@ -24,7 +24,7 @@ Build with Invoke with - java -jar target/uberjar/beowulf-0.2.1-SNAPSHOT-standalone.jar --help + java -jar target/uberjar/beowulf-0.3.0-SNAPSHOT-standalone.jar --help (Obviously, check your version number)