diff --git a/README.md b/README.md index 05933a2..6be3c8f 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,13 @@ # move-file-loader for Webpack -> A Webpack loader to move files from one location to another. +> A Webpack loader to move files from one location to another and return the contents. + +[![npm version](https://badge.fury.io/js/move-file-loader.svg)](https://www.npmjs.com/package/move-file-loader) This webpack loader allows you to output required or imported files to -a specific location, and return the contents of the file. +a specific location, and return the contents of the file. Check out the +[blog post](https://assertible.com/blog/npm-package-move-file-loader-for-webpack) +for more examples. ## Install