Browse Source

Update 'README.md'

Kristofer Younger 5 years ago
parent
commit
1534fcc03d
1 changed files with 2 additions and 3 deletions
  1. 2
    3
      README.md

+ 2
- 3
README.md View File

@@ -95,9 +95,8 @@ make **sure the project runs**. (Else the Board... well, disappointment lies tha
95 95
 * Add a menu with a list of accounts in it and the menu action switched 
96 96
   to that account. You may find that JavaFX already has such a thing.
97 97
 
98
-**** Add a New Account Window(!) that takes in the info required thru 
99
-     TextFields and creates the correct objects so that is can be changed 
100
-     like the pre-wired accounts.
98
+**** Add a New Account Window(!) that takes in the info required thru TextFields and creates the correct objects so that is can be changed like the pre-wired accounts.
99
+
101 100
 
102 101
 NB: When googling for information on how to do all this, 
103 102
 be sure you start every query with "javafx " and your other search terms.