Kaynağa Gözat

Update 'README.md'

nhu313 5 yıl önce
ebeveyn
işleme
66668f75de
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1
    1
      README.md

+ 1
- 1
README.md Dosyayı Görüntüle

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