Ver código fonte

README-en.md edited online with Bitbucket

Jose R Ortiz Ubarri 8 anos atrás
pai
commit
7e3e90a8c1
1 arquivos alterados com 7 adições e 4 exclusões
  1. 7
    4
      README-en.md

+ 7
- 4
README-en.md Ver arquivo

115
 
115
 
116
     b. Contain:
116
     b. Contain:
117
           - Uppercase letters
117
           - Uppercase letters
118
+          
118
           - Lowercase letters
119
           - Lowercase letters
120
+          
119
           - Numbers
121
           - Numbers
122
+          
120
           - Symbols
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
 #### Subtracting points
134
 #### Subtracting points