Browse Source

README-en.md edited online with Bitbucket

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

+ 4
- 4
README-en.md View File

@@ -175,13 +175,13 @@ Write the pseudocode to express the scrambling algorithm described above as a re
175 175
 
176 176
 2. The code that we provide creates the interface in Figure 9.
177 177
 
178
-      ---
178
+       ---
179 179
 
180
-      ![figure9.png](images/figure9.png)
180
+       ![figure9.png](images/figure9.png)
181 181
 
182
-      **Figure 9.** Interface for the `Image Scrambler` project.
182
+       **Figure 9.** Interface for the `Image Scrambler` project.
183 183
 
184
-      ---
184
+       ---
185 185
 
186 186
      The button that says `Scramble Image` is programmed so it invokes a function called `ScramblerFilter`.
187 187