From 64deefcd98e0b62e03aa69e3b7b3d1cd93dcbae8 Mon Sep 17 00:00:00 2001 From: AndreyGeonya Date: Sat, 20 Sep 2014 15:29:30 +0300 Subject: [PATCH] fix readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7bde39a..634e69b 100755 --- a/README.md +++ b/README.md @@ -54,9 +54,9 @@ You can see more examples github flow and feel free to contribute! -## TODO +## To-do: -* implement algorithm from this paper speedup branch and test it. It should be faster than current algo; +* implement algorithm from this paper (speedup branch) and test it. It should be faster than current algo; * write more real world examples (may be as an article); * think about parallelisation of the calcs (on GPU or CPU).