Pārlūkot izejas kodu

Update README.md

Git-Leon 7 gadus atpakaļ
vecāks
revīzija
5c08304535
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 2
    2
      README.md

+ 2
- 2
README.md Parādīt failu

@@ -52,9 +52,9 @@ In the class **Numbers**, complete the method called **oneToTen()** so that it r
52 52
 12: 100<br>
53 53
 
54 54
 ## 4) Random Numbers
55
-        In the class **Numbers**, complete the method called **random4()** so that it returns a string of out four random integers between 0 and 9. The Unit Test is not provided for you, you must complete it.
55
+In the class **Numbers**, complete the method called **random4()** so that it returns a string of out four random integers between 0 and 9. The Unit Test is not provided for you, you must complete it.
56 56
 
57
-        ### Example<br>
57
+### Example<br>
58 58
 1: random4()<br>
59 59
 2: *** Output *** <br>
60 60
 3: 3<br>