From e7a706474d2041cdc077280e5c9ef33d9941c662 Mon Sep 17 00:00:00 2001 From: Martin Hong Date: Sun, 11 Mar 2018 16:35:32 +0800 Subject: [PATCH] remove TODO in README --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 863b59b..72b0cd2 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,4 @@ ruby -Ilib -Itest -e 'ARGV.each { |f| require f }' ./test/**/*_test.rb ### How to contribute 1. Fork this repo; 2. Write your code and test; -3. Open a new Pull Request. - -### TODO -1. Logger support +3. Open a new Pull Request. \ No newline at end of file