Browse Source

README-en.md edited online with Bitbucket

Jose R Ortiz Ubarri 8 years ago
parent
commit
df32bb02c5
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      README-en.md

+ 3
- 3
README-en.md View File

@@ -125,11 +125,11 @@ What follows are some additional details and examples for the criteria of **addi
125 125
 
126 126
        Each of the items listed in part b. count as one individual criteria. For example,
127 127
 
128
-        i. the score for `"ab453"` would be $$0$$ because the criteria for length is not met.
128
+       i. the score for `"ab453"` would be $$0$$ because the criteria for length is not met.
129 129
 
130
-        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).
130
+       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).
131 131
 
132
-        iii. the score for `"abAB99!!"` would be $$2 \cdot 5 = 10$$ because the length criteria and the other 4 criteria are met.
132
+       iii. the score for `"abAB99!!"` would be $$2 \cdot 5 = 10$$ because the length criteria and the other 4 criteria are met.
133 133
 
134 134
 
135 135
 #### Subtracting points