Bläddra i källkod

Update 'README.md'

Kristofer Younger 6 år sedan
förälder
incheckning
feaa88e846
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1
    1
      README.md

+ 1
- 1
README.md Visa fil

@@ -17,7 +17,7 @@
17 17
 
18 18
 ### Building a basic `PhoneBook` class
19 19
 
20
-![PhoneBookDesign]("PhoneBookUML.png")
20
+![PhoneBookDesign](./PhoneBookUML.png)
21 21
 
22 22
 * Create a `PhoneBook` class that holds names and phone numbers.
23 23
 * You can use an [associative data type](https://en.wikipedia.org/wiki/Associative_array) (one which stores items as keys paired with values).