diff --git a/README.md b/README.md
index f99077a..890fc73 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,24 @@
-# source map loader for webpack
+[![npm][npm]][npm-url]
+[![deps][deps]][deps-url]
+[![chat][chat]][chat-url]
-Extracts SourceMaps for source files that as added as `sourceMappingURL` comment.
+
+
+
+
+
+
Sourcemap Loader
+
Extracts SourceMaps for source files that as added as `sourceMappingURL` comment.
+
-## Usage
+Install
+
+```bash
+npm i -D sourcemap-loader
+```
+
+Usage
[Documentation: Using loaders](https://webpack.js.org/concepts/#loaders)
@@ -25,6 +41,45 @@ module.exports = {
This extracts all SourceMaps from all files. That's not so performance-wise so you may only want to apply the loader to relevant files.
-## License
+Maintainers
+
+
+
+
+[npm]: https://img.shields.io/npm/v/source-map-loader.svg
+[npm-url]: https://npmjs.com/package/source-map-loader
+
+[deps]: https://david-dm.org/webpack-contrib/source-map-loader.svg
+[deps-url]: https://david-dm.org/webpack-contrib/source-map-loader
-MIT (http://www.opensource.org/licenses/mit-license.php)
+[chat]: https://img.shields.io/badge/gitter-webpack%2Fwebpack-brightgreen.svg
+[chat-url]: https://gitter.im/webpack/webpack