diff --git a/.travis.yml b/.travis.yml
index 160114b..7c3bcd0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -15,5 +15,5 @@ addons:
packages:
- google-chrome-stable
script:
- - xvfb-run wct
- - "if [ \"${TRAVIS_PULL_REQUEST}\" = \"false\" ]; then wct -s 'default'; fi"
+ - xvfb-run wct --skip-plugin sauce
+ - "if [ \"${TRAVIS_PULL_REQUEST}\" = \"false\" ]; then wct --skip-plugin local --plugin sauce; fi"
diff --git a/README.md b/README.md
index 4854b7e..c59277b 100644
--- a/README.md
+++ b/README.md
@@ -6,12 +6,12 @@
### External files
To load HTML from external file all you need is:
```html
-
+
```
### Markup provided by attribute
```html
-
+
```
### Data Binding
@@ -19,7 +19,7 @@ To load HTML from external file all you need is:
```html
.model property
with the reference to the object given in model attribute.
@@ -83,36 +83,42 @@ Please note, that loaded `
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+