Explorar o código

Fix example

Simple formatting error in one of the examples.
Daniel Lo Nigro %!s(int64=11) %!d(string=hai) anos
pai
achega
1ab8db343b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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();