Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bccheung committed May 20, 2020
1 parent b55cd38 commit db0fe24
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 @@ -46,7 +46,7 @@ It is **strongly recommended** that JSON key names _follow Python variable namin

Using a Jacquard to self-validate a file is best shown by example:

```json
```javascript
// example.json
{
"traffic_assignment": {
Expand Down Expand Up @@ -105,4 +105,4 @@ br_gap = assignment_jcd.best_relative_gap.as_float()
demand_matrix = assignment_jsd.demand_matrix.as_path()
bg_traffic_flag = assignment_jcd.consider_background_traffic.as_bool()

```
```

0 comments on commit db0fe24

Please sign in to comment.