Browse Source

Update README.md

Alastair 10 years ago
parent
commit
4a6b5890b7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -44,7 +44,7 @@ You can also directly pass POCOs or anonymous objects and use them from JavaScri
 
     var engine = new Engine()
         .SetValue("p", p)
-        .Execute("p.Name === 'Mickey Mouse')
+        .Execute("p.Name === 'Mickey Mouse'")
         ;
 ```
 You can invoke JavaScript function reference