Parcourir la source

Update README.md

Git-Leon il y a 7 ans
Parent
révision
416791d888
Aucun compte lié à l'adresse email de l'auteur
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      README.md

+ 1
- 1
README.md Voir le fichier

@@ -1,6 +1,6 @@
1 1
 # Student, Instructor, Classroom
2 2
 * **Purpose** - to demonstrate the use of [Java interfaces](http://tutorials.jenkov.com/java/interfaces.html#java-interface-example)
3
-* **Objective** - to implement a `ZipCodeWilmington` class which _[mediates](https://en.wikipedia.org/wiki/Mediator_pattern)_ a _composite_ `Students` and `Instructors` _singleton_ reference.
3
+* **Objective** - to implement a `ZipCodeWilmington` class which _mediates_ a _composite_ `Students` and `Instructors` _singleton_ reference.
4 4
 
5 5
 
6 6
 ### Part 1.1 - Create `Person` Class