Browse Source

Update 'README.md'

nhu313 5 years ago
parent
commit
c0dbca2feb
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      README.md

+ 2
- 1
README.md View File

17
 
17
 
18
 ### Building a basic `PhoneBook` class
18
 ### Building a basic `PhoneBook` class
19
 
19
 
20
-<img src = "./raw/branch/master/PhoneBookUML.png">
20
+<img src = "https://git.zipcode.rocks/Cohort4.2/CR-MicroLabs-Composition-PhoneBook/raw/branch/master/PhoneBookUML.png">
21
+
21
 
22
 
22
 * Create a `PhoneBook` class that holds names and phone numbers.
23
 * Create a `PhoneBook` class that holds names and phone numbers.
23
 * You can use an [associative data type](https://en.wikipedia.org/wiki/Associative_array) (one which stores items as keys paired with values).
24
 * You can use an [associative data type](https://en.wikipedia.org/wiki/Associative_array) (one which stores items as keys paired with values).