commit 2be4c5ff9244f947772a34cf3a4a4b893ebc56c1
Author: Tamas Szelenyi <tamas@szelenyi.hu>
Date:   Wed Mar 19 17:52:37 2014 +0100

    correcting the README libraries file structure info

diff --git a/README.txt b/README.txt
index 8e28adf..9bec6b2 100644
--- a/README.txt
+++ b/README.txt
@@ -41,14 +41,15 @@ mailchimp.module. See their respective README's for more details.
     uses the 2.0.x version of the Mailchimp API, where 7.x-2.x used the 1.3
     version. Make sure you have the new version. It's available at:
     https://bitbucket.org/mailchimp/mailchimp-api-php/downloads or by using the
-    included example drush make file. Proper libraries structure:
+    included example drush make file. Proper libraries structure (you can delete the docs folder):
     - libraries/
-      - README.md
-      - composer.js
       - mailchimp/
+        - docs/
         - src/
           - Mailchimp.php
           - Mailchimp/
+        - README.md
+        - composer.json
   * At the time of writing, version 2.0.4 of the Mailchimp API library was the
     latest. If you are using a later version and have issues, consider switching
     to version 2.0.4.
