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.