Browse Source

Update README.md

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

+ 1
- 2
README.md View File

35
 	* `Stable` stores many `Horse`.
35
 	* `Stable` stores many `Horse`.
36
 	* `FarmHouse` stores many `Person`
36
 	* `FarmHouse` stores many `Person`
37
 	* `ChickenCoop` stores many `Chicken`
37
 	* `ChickenCoop` stores many `Chicken`
38
-	* `Farm` stores many `Stable`, many `DogHouse`, and a single `FarmHouse`
38
+	* `Farm` stores many `Stable`, many `ChickenCoop`, and a single `FarmHouse`
39
 
39
 
40
 # Establishing The Plot
40
 # Establishing The Plot
41
 
41
 
47
 
47
 
48
 	* 15 `Chicken` across 4 `ChickenCoop`
48
 	* 15 `Chicken` across 4 `ChickenCoop`
49
 	* 10 `Horse` across 3 `Stable`.
49
 	* 10 `Horse` across 3 `Stable`.
50
-	* 5 `Dog` across 2 `DogHouse`
51
 	* 2 `FarmVehicle`
50
 	* 2 `FarmVehicle`
52
 	* 1 `Aircraft`
51
 	* 1 `Aircraft`
53
 	* His sister, `Froilanda`, is a `Pilot` who uses a `CropDuster`.
52
 	* His sister, `Froilanda`, is a `Pilot` who uses a `CropDuster`.