diff --git a/Chapter01/banana_survey.py b/Chapter01/banana_survey.py
index 2587caf..1f62e6c 100644
--- a/Chapter01/banana_survey.py
+++ b/Chapter01/banana_survey.py
@@ -120,7 +120,7 @@
plantain_yes_inp.pack(side='left', fill='x', ipadx=10, ipady=5)
plantain_no_inp.pack(side='left', fill='x', ipadx=10, ipady=5)
plantain_label.grid(row=6, columnspan=2, sticky=tk.W)
-plantain_frame.grid(row=7, columnspan=2, stick=tk.W)
+plantain_frame.grid(row=7, columnspan=2, sticky=tk.W)
# Sticky on all sides will allow the widget to fill vertical and horizontal
banana_haiku_label.grid(row=8, sticky=tk.W)
diff --git a/README.md b/README.md
index a93dd87..8cec661 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,9 @@
+
+
+
# Python-GUI-Programming-with-Tkinter-2E
Python GUI Programming with Tkinter 2E.Published by Packt
+### Download a free PDF
+
+ If you have already purchased a print or Kindle version of this book, you can get a DRM-free PDF version at no cost.
Simply click on the link to claim your free PDF.
+