From 075781873bedfac345013cacabea2e54965ac9dc Mon Sep 17 00:00:00 2001 From: Conrad Date: Thu, 4 Jul 2019 18:28:41 +0200 Subject: [PATCH] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index db5c2cf..3bff682 100644 --- a/README.md +++ b/README.md @@ -28,9 +28,8 @@ This is the collection of our algorithm and its modules for data analyses 4. Create subfolder `src/algorithms/NAME` 5. Add your algorithm to the `menu`-script in the `algorithm`-folder 6. Add your algorithm to the list above in the following format `NAME | Author` -7. Create a `HowToUse`-file in your main folder -**Only if your algorithm works:** -8. Create a pull request to merge the data +7. Create a `readme.md`-file in your main folder +8. Create a pull request to merge the data (if your algorithm works) **Pay attention: NEVER commit test data, passwords or personal information!**