Browse Source

Update README.md

Git-Leon 6 years ago
parent
commit
d478abce3f
No account linked to committer's email
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      README.md

+ 1
- 1
README.md View File

9
   * Craps a dice game
9
   * Craps a dice game
10
 
10
 
11
 # Specs
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
 * The UML displays 2 interfaces which you have to create: `Game`, and `Gamble`
13
 * The UML displays 2 interfaces which you have to create: `Game`, and `Gamble`
14
   * Each Game must implement the `Game` interface
14
   * Each Game must implement the `Game` interface
15
   * Games that involve gambling should implement `Gamble`.
15
   * Games that involve gambling should implement `Gamble`.