From eb60957126b6c2a96604563481c9092d365236e7 Mon Sep 17 00:00:00 2001 From: alex zakshevsky Date: Tue, 24 Aug 2021 21:43:56 +0200 Subject: [PATCH] corrected README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a21384d..d73e0d6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # Collection of Programming Challenges for AnkiCode ## Decks + Decks src code is located in the `src` folder Compiled decks are located in the `dist` folder in .csv format ## Build decks @@ -9,7 +10,6 @@ As the result, csv files will be generated and placed into `dist` folder ## Add new coding problems to the existing deck - - `title/` - contains a title of a new coding problem - `description/` - contains a text description of a new coding problem - `fn_names/` - function name which will be used in the solution template