From 0722db20f1e26d232891d4da292751ed2d4e88e3 Mon Sep 17 00:00:00 2001 From: Apress Date: Tue, 25 Oct 2016 00:59:41 +0100 Subject: [PATCH] Combined readmes --- README.md | 8 ++++++++ readme.txt | 5 ----- 2 files changed, 8 insertions(+), 5 deletions(-) delete mode 100644 readme.txt 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