Browse Source

Update 'README.md'

git-leon 5 years ago
parent
commit
a81447fe0a
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      README.md

+ 1
- 0
README.md View File

@@ -79,6 +79,7 @@ In the following field declaration from the TicketMachine class<br>
79 79
 private int price;
80 80
 ```<br>
81 81
 does it matter which order the three words appear in?
82
+
82 83
 * Edit the `TicketMachine` class to try different orderings. After each change, close the editor.
83 84
 	* Does the appearance of the class diagram after each change give you a clue as to whether or not other orderings are
84 85
 possible?