Skip to content

Commit

Permalink
corrected README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alex zakshevsky committed Aug 24, 2021
1 parent 9e3b1c3 commit eb60957
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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/<problem_name>` - contains a title of a new coding problem
- `description/<problem_name>` - contains a text description of a new coding problem
- `fn_names/<problem_name>` - function name which will be used in the solution template
Expand Down

0 comments on commit eb60957

Please sign in to comment.