瀏覽代碼

Update README.md

Git-Leon 6 年之前
父節點
當前提交
cc9c893585
沒有帳戶連結到提交者的電子郵件
共有 1 個文件被更改,包括 6 次插入6 次删除
  1. 6
    6
      README.md

+ 6
- 6
README.md 查看文件

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