소스 검색

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