소스 검색

README-en.md edited online with Bitbucket

부모
커밋
60a50693a6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      README-en.md

+ 1
- 1
README-en.md 파일 보기

@@ -40,7 +40,7 @@ Probably many Windows OS users (if not all of them) have used the program called
40 40
 
41 41
 In this laboratory experience, we will make some tools (square, circle, triangle, some special lines) work ... don't worry!, we will do it in a very simple way.
42 42
 
43
-The drawing will be on a grid. The tools will be used by clicking any cell in the grid and, from that point, the necessary cells that make the figure will be painted. For example, if we choose the vertical line tool and we click the cell in position *(2,3)*, a vertical line will be drawn in all of the cells in column 2. That is, all of the cells in position $$(2,y)$$ will be marked for all of the $y$ in the grid. 
43
+The drawing will be on a grid. The tools will be used by clicking any cell in the grid and, from that point, the necessary cells that make the figure will be painted. For example, if we choose the vertical line tool and we click the cell in position *(2,3)*, a vertical line will be drawn in all of the cells in column 2. That is, all of the cells in position $$(2,y)$$ will be marked for all of the $$y$$ in the grid. 
44 44
 
45 45
 
46 46
 ---