ソースを参照

Update README.md

Git-Leon 6 年 前
コミット
d478abce3f
コミット者のEメールアドレスに関連付けられたアカウントが存在しません
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1
    1
      README.md

+ 1
- 1
README.md ファイルの表示

@@ -9,7 +9,7 @@ So in this lab you will be creating a casino based game.
9 9
   * Craps a dice game
10 10
 
11 11
 # Specs
12
-* This repo contains a file named (UML.pdf)[https://github.com/Zipcoder/CR-MacroLabs-OOP-Casino/blob/master/UML.pdf]
12
+* This repo contains a file named [UML.pdf](https://github.com/Zipcoder/CR-MacroLabs-OOP-Casino/blob/master/UML.pdf)
13 13
 * The UML displays 2 interfaces which you have to create: `Game`, and `Gamble`
14 14
   * Each Game must implement the `Game` interface
15 15
   * Games that involve gambling should implement `Gamble`.