瀏覽代碼

Update README.md

Git-Leon 7 年之前
父節點
當前提交
98d7d40d92
沒有帳戶連結到提交者的電子郵件
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      README.md

+ 1
- 1
README.md 查看文件

@@ -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_ a _composite_ `Students` and `Instructors` _singleton_ reference.
3
+* **Objective** - to implement a `ZipCodeWilmington` class which _[mediates]_(https://en.wikipedia.org/wiki/Mediator_pattern) a _composite_ `Students` and `Instructors` _singleton_ reference.
4 4
 
5 5
 
6 6
 ### Part 1.1 - Create `Person` Class