Explorar el Código

Use single quotes instead

Daniel Lo Nigro hace 11 años
padre
commit
b1e5dd3f27
Se han modificado 1 ficheros con 1 adiciones y 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();