ソースを参照

README-en.md edited online with Bitbucket

コミット
6247f079d5
共有1 個のファイルを変更した4 個の追加4 個の削除を含む
  1. 4
    4
      README-en.md

+ 4
- 4
README-en.md ファイルの表示

@@ -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