diff --git a/README.md b/README.md index 4d46de3..ad06e28 100755 --- a/README.md +++ b/README.md @@ -13,3 +13,11 @@ Release v1.0 corresponds to the code in the published book, without corrections ##Contributions See the file Contributing.md for more information on how you can contribute to this repository. + +#From the Author + +You will find two copies of the source code for each chapter one using Automatic Reference Counting and the other using standard memory management. The source code is otherwise the same. + +If you find any errors or issues please report them to kyle@dragonforged.com, likewise if you have any questions that I may be able to assist with. Enjoy your journey with social gaming! + +Kyle Richter \ No newline at end of file diff --git a/readme.txt b/readme.txt deleted file mode 100644 index 7c99ff1..0000000 --- a/readme.txt +++ /dev/null @@ -1,5 +0,0 @@ -You will find two copies of the source code for each chapter one using Automatic Reference Counting and the other using standard memory management. The source code is otherwise the same. - -If you find any errors or issues please report them to kyle@dragonforged.com, likewise if you have any questions that I may be able to assist with. Enjoy your journey with social gaming! - -Kyle Richter \ No newline at end of file