diff --git a/README.md b/README.md
index 548e2d9..c4a5bd7 100644
--- a/README.md
+++ b/README.md
@@ -18,21 +18,33 @@ dependency packages.
`npm i -s node-addon-tools-raub`
-## Usage
+## Snippets
### binding.gyp
+* For Windows custom file/folder removers are present, you can put them into variables.
+
```
'variables': {
'_rd' : '
+
+binding.gyp
+
+* Assume `EXT_LIB` is the name of a Addon Tools compliant binary dependency module.
+* Assume `MY_ADDON` is the name of this addon.
+* Assume C++ code goes to `cpp` directory.
+
+```
+{
+ 'variables': {
+ '_del' : '
+
+
+---
## Contents
diff --git a/package.json b/package.json
index 7b9ae30..a695cb9 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
"name": "node-addon-tools-raub",
"author": "Luis Blanco ",
"description": "A set of extra tools for Node.js addons.",
- "version": "0.1.0",
+ "version": "0.1.1",
"main": "index.js",
"keywords": [
"node",