소스 검색

Update README.md

Git-Leon 7 년 전
부모
커밋
fe3cf6903f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      README.md

+ 1
- 1
README.md 파일 보기

@@ -1,7 +1,7 @@
1 1
 # ZCW-MicroLabs-Loops
2 2
 
3 3
 ## 1) 1 to 10
4
-In the class **Numbers**, complete the method called **oneToNine()** so that it returns a string of the numbers 1 to 10. The Unit Test is provided for you.
4
+In the class **Numbers**, complete the method called **oneToTen()** so that it returns a string of the numbers 1 to 10. The Unit Test is provided for you.
5 5
 
6 6
 ### Example<br>
7 7
 1: oneToTen()<br>