diff --git a/README.md b/README.md
index 370a82e..56d8383 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@ The current version of the plugin is v0.2.4 Beta.
* HTML parsing (for using the spellchecker within WSYIWYG editors)
* Text parsing (for using the spellchecker on form fields)
* Multiple fields
-* Multiple PHP back-end drivers (Enchant, PSpell, Google)
+* Multiple PHP back-end drivers (Enchant, PSpell, Google, Yandex)
* Friendly API
* Event based
* MIT licensed
diff --git a/src/examples/english/text-yandex.html b/src/examples/english/text-yandex.html
new file mode 100644
index 0000000..cbea68f
--- /dev/null
+++ b/src/examples/english/text-yandex.html
@@ -0,0 +1,55 @@
+
+
+
+
+ jQuery Spell Checker example - Text parser using Yandex
+
+
+
+
+
This example demonstrates how the text parser can be used to check the spelling of text in a form field.