From 9e7250905ea3b99db0003df5e06375ac5ee6925d Mon Sep 17 00:00:00 2001 From: CaffeinatedTech Date: Sun, 21 Apr 2024 14:57:23 +1000 Subject: [PATCH] update readme --- readme.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/readme.md b/readme.md index ee0d91d..7fce08a 100644 --- a/readme.md +++ b/readme.md @@ -9,12 +9,9 @@ a number, or a json encoded array `[1,2,3,4]`. ### Configuration You are able to modify the algorithms, and the languages which will be asked by editing the config.toml file. -You may also supply a list of languages from the command line with the --l -languages parameter which takes a comma separated list -`algo_kata -l Javascript,Go` - -This will limit the languages to Javascript, and Go. +When you run the app, you will be asked which of the supplied languages, and +algorithms that you wish to be included in your session. ### Supported Datastructures Currently algo_kata supports one dimensional arrays of integers,