Browse Source

Fix example

Simple formatting error in one of the examples.
Daniel Lo Nigro 11 years ago
parent
commit
1ab8db343b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -22,7 +22,7 @@ a script calling `log('Hello World!')`.
     
     
     engine.Execute(@"
     engine.Execute(@"
       function hello() { 
       function hello() { 
-        log("Hello World");
+        log(""Hello World"");
       };
       };
       
       
       hello();
       hello();