Explorar el Código

Update README.md

Git-Leon hace 6 años
padre
commit
388fd3275f
Ninguna cuenta está vinculada al correo electrónico del colaborador
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2
    2
      README.md

+ 2
- 2
README.md Ver fichero

@@ -16,11 +16,11 @@
16 16
 ## Instructions:
17 17
 
18 18
 ### Building a basic `PhoneBook` class
19
-
19
+<img src = "./PhoneBookUML.png">
20 20
 * Create a `PhoneBook` class that holds names and phone numbers.
21 21
 * You can use an [associative data type](https://en.wikipedia.org/wiki/Associative_array) (one which stores items as keys paired with values).
22 22
 * **Hint:** You should use a sorted map.
23
-* A UML of this class can be found [here](./PhoneBookUML.png)
23
+
24 24
 
25 25
 * Your PhoneBook class should have the following method
26 26