Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
garora committed Mar 5, 2015
1 parent 188e082 commit 0c5c147
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@ Note: This is a place to find and practice TDD Katas. Feel free to submit pull r
instead of the number and for the multiples of five print "Buzz". For numbers which are multiples of both
three and five print "FizzBuzz".

### Including new implementation to The FizzBuzz Kata
- Added a different implementation for FizzBuzz using Reactive extensions.
- The changes are described at: http://blog.drorhelper.com/2015/02/fizzbuzz-tdd-kata-using-reactive.html
- Pull Request by: https://github.com/dhelper (manually merged by @garora)

#### Steps:

Lets divide this into different steps so, we can easily write and test this.
Expand Down

0 comments on commit 0c5c147

Please sign in to comment.