From 7b102278c182f24cb7b9570c0760069bf46d055d Mon Sep 17 00:00:00 2001 From: Stefan van den Oord Date: Fri, 31 May 2013 20:50:36 +0200 Subject: [PATCH] Added Objective-C version of Tennis to README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 18fc3dee..48d83c49 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This is a collection of starting files for when practicing refactoring. Contents so far: -- Tennis Kata in Java, Python and C++. +- Tennis Kata in Java, Python, Objective-C and C++. - Gilded Rose Kata in C++, C#, Java, Python, Smalltalk, C and Ruby. (a C# version together with a starting project is already available on github [here](https://github.com/NotMyself/GildedRose)) - Yahtzee Kata in C#, Java, C++ and Python (the C#, C++ and Java versions are also available in Jon Jagger's Cyberdojo, see [his blog post](http://jonjagger.blogspot.co.uk/2012/05/yahtzee-cyber-dojo-refactoring-in-java.html))