소스 검색

Fix example

Simple formatting error in one of the examples.
Daniel Lo Nigro 11 년 전
부모
커밋
1ab8db343b
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();