Browse Source

README-en.md edited online with Bitbucket

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

+ 2
- 2
README-en.md View File

323
 
323
 
324
 4. Open the file `main.cpp` (you will not make changes in any other file in this project). Study the `main` function. You will NOT make changes to the `main` function. Note that the `main` function essentially does two things:
324
 4. Open the file `main.cpp` (you will not make changes in any other file in this project). Study the `main` function. You will NOT make changes to the `main` function. Note that the `main` function essentially does two things:
325
   
325
   
326
-      1. Creates three birds and adds two of them to the window.
327
-      2. Creates a timer that waits a second and after invokes the `birth` function passing by reference to the window and the three birds.
326
+      i. Creates three birds and adds two of them to the window.
327
+      ii. Creates a timer that waits a second and after invokes the `birth` function passing by reference to the window and the three birds.
328
 
328
 
329
       ---
329
       ---
330
 
330