Skip to content

Commit

Permalink
updated sample config
Browse files Browse the repository at this point in the history
  • Loading branch information
jclarke0000 committed Jun 6, 2017
1 parent b8bd283 commit 0ce28cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,15 +96,15 @@ Each entry in your `sports` array is an object with two properties:
sports: [
{
league: "NHL",
teams: ["TOR","NYY"]
teams: ["TOR", "PIT"]
},
{
league: "NBA",
teams: ["TOR"]
},
{
league: "MLB",
teams: ["TOR", "WSH", "CLE"]
teams: ["TOR", "CHW", "NYY"]
},
]
Expand Down

0 comments on commit 0ce28cf

Please sign in to comment.