소스 검색

update README.md

Froilan Miranda 8 년 전
부모
커밋
567e8f501c
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2
    2
      README.md

+ 2
- 2
README.md 파일 보기

@@ -13,6 +13,6 @@ Write the following info for each movie to the webpage:
13 13
 
14 14
 Only list movies that were made at the Golden State Bridge
15 15
 
16
-Use document.getElementById('result').innerHTML += your_output; to write the movie's info to the page.
16
+Use "document.getElementById('result').innerHTML += your_output;" to write the movie's info to the page.
17 17
 
18
-Append "<br>" to output code to create a new line
18
+Append "&lt;br&gt;" to output code to create a new line