瀏覽代碼

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.