fix way to add info into README
diff --git a/kitchen-init.sh b/kitchen-init.sh
index 35b2996..c6ca321 100755
--- a/kitchen-init.sh
+++ b/kitchen-init.sh
@@ -77,7 +77,8 @@
 grep -Eoq 'Development and testing' README.* || {
 
 KITCHEN_LIST=$(kitchen list|tail -n+2)
-cat >> README.* <<-\EOF
+README=$(ls README.*|head -n1)
+cat >> ${README} <<-\EOF
 
 	Development and testing
 	=======================
@@ -146,4 +147,4 @@
   INTEGRATION.rst \
   README.rst
 
-git status
\ No newline at end of file
+git status