Browse Source

Update README.md

Git-Leon 7 years ago
parent
commit
fe3cf6903f
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      README.md

+ 1
- 1
README.md View File

1
 # ZCW-MicroLabs-Loops
1
 # ZCW-MicroLabs-Loops
2
 
2
 
3
 ## 1) 1 to 10
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
 ### Example<br>
6
 ### Example<br>
7
 1: oneToTen()<br>
7
 1: oneToTen()<br>