浏览代码

README-en.md edited online with Bitbucket

父节点
当前提交
ed79f4e9cf
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3
    1
      README-en.md

+ 3
- 1
README-en.md 查看文件

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