diff --git a/README.md b/README.md
index eb1c77b..738dd1c 100644
--- a/README.md
+++ b/README.md
@@ -46,6 +46,7 @@ http://plugins.jetbrains.com/plugin/7648
* [rt-class](#rt-class)
* [rt-require](#rt-require)
* [rt-template](#rt-template)
+ * [rt-include](#rt-include)
* [styles](#styles)
* [event handlers](#event-handlers)
@@ -269,6 +270,34 @@ define([
});
```
+## rt-include
+Optionally choose to extract static contents out of rt files.
+rt-include is a "macro" that takes a text file (e.g svg/html/xml) and injects it into the file as if it was part of the original markup.
+
+###### Sample:
+given `main.rt`:
+```html
+