diff --git a/README.md b/README.md index 1ef3ee5..ba1721b 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,23 @@ Here you can find a [Medium article](https://medium.com/@tomfran/log-structured- To interact with a toy tree you can use `./gradlew run -q` to spawn a console. -![console.png](misc%2Fconsole.png) +``` + + | __| \ | __ __| + | \__ \ |\/ | ____| | _| -_) -_) + ____| ____/ _| _| _| _| \___| \___| + +Commands: + - s/set : insert a key-value pair; + - r/rgn : insert this range of numeric keys with random values; + - g/get : get a key value; + - d/del : delete a key; + - p/prt : print current tree status; + - e/exit : stop the console; + - h/help : show this message. + +> +``` # Architecture diff --git a/misc/console.png b/misc/console.png deleted file mode 100644 index 495b20b..0000000 Binary files a/misc/console.png and /dev/null differ