diff --git a/README.txt b/README.txt
index eb5c27b..dc60401 100644
--- a/README.txt
+++ b/README.txt
@@ -46,8 +46,34 @@ INSTALLATION
    for further information.
 
  * Plugin: Download the most recent 3.x.x version of the FooTable jQuery plugin
-   from https://github.com/fooplugins/FooTable/tags and move the contents of
-   the compiled directory into the libraries/footable directory.
+   from https://github.com/fooplugins/FooTable/tags.
+
+Installation using Composer:
+
+If you are installing this module using Composer, you can also download the
+library by adding for example the following lines into your composer.json file:
+
+  "repositories": {
+    ...
+    "footable": {
+      "type": "package",
+      "package": {
+        "name": "fooplugins/footable",
+        "version": "3.1.4",
+        "type": "drupal-library",
+        "dist": {
+          "url": "https://github.com/fooplugins/FooTable/archive/3.1.4.zip",
+          "type": "zip"
+        }
+      }
+    },
+    ...
+  }
+  "require": {
+    ...
+    "fooplugins/footable": "3.*",
+    ...
+  }
 
 
 CONFIGURATION
diff --git a/footable.libraries.yml b/footable.libraries.yml
index 544329b..fa43144 100644
--- a/footable.libraries.yml
+++ b/footable.libraries.yml
@@ -6,31 +6,31 @@ footable:
 footable_standalone_source:
   version: 3.x
   js:
-    /libraries/footable/footable.js: {}
+    /libraries/footable/compiled/footable.js: {}
   css:
     component:
-      /libraries/footable/footable.standalone.css: {}
+      /libraries/footable/compiled/footable.standalone.css: {}
 
 footable_standalone_minified:
   version: 3.x
   js:
-    /libraries/footable/footable.min.js: {}
+    /libraries/footable/compiled/footable.min.js: {}
   css:
     component:
-      /libraries/footable/footable.standalone.min.css: {}
+      /libraries/footable/compiled/footable.standalone.min.css: {}
 
 footable_bootstrap_source:
   version: 3.x
   js:
-    /libraries/footable/footable.js: {}
+    /libraries/footable/compiled/footable.js: {}
   css:
     component:
-      /libraries/footable/footable.bootstrap.css: {}
+      /libraries/footable/compiled/footable.bootstrap.css: {}
 
 footable_bootstrap_minified:
   version: 3.x
   js:
-    /libraries/footable/footable.min.js: {}
+    /libraries/footable/compiled/footable.min.js: {}
   css:
     component:
-      /libraries/footable/footable.bootstrap.min.css: {}
\ No newline at end of file
+      /libraries/footable/compiled/footable.bootstrap.min.css: {}
