Skip to content

Commit

Permalink
Update regions.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jmccartie committed Jan 30, 2014
1 parent 4192f1b commit a5df584
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sections/regions.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ Regions are an optional feature.
"name": "Region 1",
"created_at": "2012-01-25T00:13:54Z",
"updated_at": "2012-01-25T00:13:54Z",
"campus_ids": [5, 2, 13, 15, 22350, 75, 14, 8, 26113, 10753, 10]
"campus_ids": [1, 2, 3]
}, {
"id": 3,
"name": "Region 2",
"created_at": "2012-01-25T00:13:54Z",
"updated_at": "2012-01-25T00:13:54Z",
"campus_ids": [5, 2, 13, 15, 22350, 75, 14, 8, 26113, 10753, 10]
"campus_ids": [4, 5, 6]
}]
```

Expand All @@ -39,7 +39,7 @@ Regions are an optional feature.
"name": "Region 2",
"created_at": "2012-01-25T00:13:54Z",
"updated_at": "2012-01-25T00:13:54Z",
"campus_ids": [5, 2, 13, 15, 22350, 75, 14, 8, 26113, 10753, 10]
"campus_ids": [1, 2, 3]
}
```

Expand Down

0 comments on commit a5df584

Please sign in to comment.