Explorar el Código

README-en.md edited online with Bitbucket

Jose R Ortiz Ubarri hace 8 años
padre
commit
ed79f4e9cf
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. 3
    1
      README-en.md

+ 3
- 1
README-en.md Ver fichero

116
 
116
 
117
 ### Exercise 1 - Download and understand the provided code
117
 ### Exercise 1 - Download and understand the provided code
118
 
118
 
119
-#### Instructions:
119
+#### Instructions
120
 
120
 
121
 1. Load the project  `basket01` into `QtCreator`. There are two ways to do this:
121
 1. Load the project  `basket01` into `QtCreator`. There are two ways to do this:
122
 
122
 
129
 
129
 
130
 ### Exercise 2 - Define the `BBPlayer` class
130
 ### Exercise 2 - Define the `BBPlayer` class
131
 
131
 
132
+#### Instructions
133
+
132
 1. Define the `BBPlayer` class with the specifications included above. For each one of the methods that are specified above:
134
 1. Define the `BBPlayer` class with the specifications included above. For each one of the methods that are specified above:
133
 
135
 
134
     a. Include a prototype for the method in the class definition.
136
     a. Include a prototype for the method in the class definition.