Parcourir la source

Fix example

Simple formatting error in one of the examples.
Daniel Lo Nigro il y a 11 ans
Parent
commit
1ab8db343b
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      README.md

+ 1 - 1
README.md

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