浏览代码

Update README.md

Git-Leon 7 年前
父节点
当前提交
53a9a234d4
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2
    0
      README.md

+ 2
- 0
README.md 查看文件

@@ -117,6 +117,8 @@
117 117
 * Create a `TestStudents` class.
118 118
 	* Create a `test` method which ensures that each of the students in your current cohort are in your `Students` singleton.
119 119
 
120
+
121
+
120 122
 -
121 123
 ### Part 8.0 - Create and Test `Instructors` singleton
122 124
 * Use `Part 7` as a reference.