README.md in football-manager-0.1.2 vs README.md in football-manager-0.1.4
- old
+ new
@@ -6,11 +6,11 @@
gem install football-manager
## HOW TO USE ME
-1) Create a file with all your available players, including their names and skill level
+1) Create a file with all your available players, including their names and skill level (1-5)
e.g. players.txt
Alan, 5
Paul, 3
@@ -22,9 +22,18 @@
2) Run me from the command line
football-manager -f players.txt
3) Two fair team should now be output
+
+ Team A has 3 player and 11 points
+ Alan
+ Steve T
+ Tom
+ Team B has 3 player and 11 points
+ Jeff
+ Paul
+ Steve B
I will randomise the teams to the best of my algorithmic ability!