added a parse_string() method to the Parser
diff --git a/user_guide/libraries/parser.html b/user_guide/libraries/parser.html
index 4bf63ef..3dc2681 100644
--- a/user_guide/libraries/parser.html
+++ b/user_guide/libraries/parser.html
@@ -123,6 +123,10 @@
 
 <code>$string = $this->parser->parse('blog_template', $data, TRUE);</code>
 
+<h2>$this->parser->parse_string()</h2>
+
+<p>This method works exactly like parse(), only accepts a string as the first parameter in place of a view file.</p>
+
 
 <h2>Variable Pairs</h2>