Kaynağa Gözat

README-en.md edited online with Bitbucket

Jose R Ortiz Ubarri 8 yıl önce
ebeveyn
işleme
7e3e90a8c1
1 değiştirilmiş dosya ile 7 ekleme ve 4 silme
  1. 7
    4
      README-en.md

+ 7
- 4
README-en.md Dosyayı Görüntüle

@@ -115,17 +115,20 @@ What follows are some additional details and examples for the criteria of **addi
115 115
 
116 116
     b. Contain:
117 117
           - Uppercase letters
118
+          
118 119
           - Lowercase letters
120
+          
119 121
           - Numbers
122
+          
120 123
           - Symbols
121 124
 
122
-Each of the items listed in part b. count as one individual criteria. For example,
125
+        Each of the items listed in part b. count as one individual criteria. For example,
123 126
 
124
-  a. the score for `"ab453"` would be $$0$$ because the criteria for length is not met.
127
+              i. the score for `"ab453"` would be $$0$$ because the criteria for length is not met.
125 128
 
126
-  b. the score for `"abABCDEF"` would be $$0$$ because, despite the fact that the length criteria is met, only 2 of the 4 other criteria are met (uppercase and lowercase letters).
129
+              ii. the score for `"abABCDEF"` would be $$0$$ because, despite the fact that the length criteria is met, only 2 of the 4 other criteria are met (uppercase and lowercase letters).
127 130
 
128
-  c. the score for `"abAB99!!"` would be $$2 \cdot 5 = 10$$ because the length criteria and the other 4 criteria are met.
131
+              iii. the score for `"abAB99!!"` would be $$2 \cdot 5 = 10$$ because the length criteria and the other 4 criteria are met.
129 132
 
130 133
 
131 134
 #### Subtracting points