Quellcode durchsuchen

Update README.md

Git-Leon vor 6 Jahren
Ursprung
Commit
cc9c893585
Es ist kein Account mit dieser Commiter-Email verbunden
1 geänderte Dateien mit 6 neuen und 6 gelöschten Zeilen
  1. 6
    6
      README.md

+ 6
- 6
README.md Datei anzeigen

@@ -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