2
0
Эх сурвалжийг харах

Use single quotes instead

Daniel Lo Nigro 11 жил өмнө
parent
commit
b1e5dd3f27
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  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();