Explorar el Código

Update README.md

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

+ 6
- 6
README.md Ver fichero

@@ -11,12 +11,12 @@
11 11
 ## Specs
12 12
 * This repo contains a [UML](https://github.com/Zipcoder/CR-MacroLabs-OOP-Casino/blob/master/UML.pdf) to help get you started.
13 13
 * The project should include some concept of
14
- * `Player` class
15
-   * `Player` objects should be created upon input from a user.
16
- * `Game` interface
17
-   * Contract which ensures that a class enforces some aspect of _playing_.
18
- * `Gamble` interface
19
-   * Contract which ensures that a class enforces some aspect of _waging money_.
14
+  * `Player` class
15
+    * `Player` objects should be created upon input from a user.
16
+  * `Game` interface
17
+    * Contract which ensures that a class enforces some aspect of _playing_.
18
+  * `Gamble` interface
19
+    * Contract which ensures that a class enforces some aspect of _waging money_.
20 20
   
21 21
  
22 22