Ver código fonte

Update README.md

Git-Leon 6 anos atrás
pai
commit
6f0d7fee2c
Nenhuma conta conectada ao e-mail do autor de commit
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1
    0
      README.md

+ 1
- 0
README.md Ver arquivo

@@ -19,6 +19,7 @@
19 19
 		* `Aircraft` can  `fly`
20 20
 			* `Plane` are `Aircraft` which can `cruise`
21 21
 			* `Jet` are `Aircraft` which can `zoom`
22
+			* `Helicopter` are `Aircraft` which can `hover`
22 23
 
23 24
 	* `Produce` can `yield` an `Edible` object.
24 25
 		* `CornStalk` can `yield` a `EarCorn`