Skip to content

Commit

Permalink
docs: new images in read me
Browse files Browse the repository at this point in the history
  • Loading branch information
rCarto committed May 20, 2022
1 parent d403f28 commit ef31ec9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
on:
push:
branches:
- refactor
- main
- master
pull_request:
branches:
Expand Down
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,10 @@ mf_credits(get_credit("OpenStreetMap"), pos = "bottomright", cex = .8,
dev.off()
```

![](https://raw.githubusercontent.com/riatelab/osrm/master/img/route.png)
![](https://raw.githubusercontent.com/riatelab/osrm/refactor/img/route.png)




### `osrmTrip()`

Expand All @@ -142,7 +145,7 @@ mf_credits(get_credit("OpenStreetMap"), pos = "bottomright", cex = .8,
dev.off()
```

![](https://raw.githubusercontent.com/riatelab/osrm/master/img/trip.png)
![](https://raw.githubusercontent.com/riatelab/osrm/refactor/img/trip.png)

### `osrmIsochrone()`

Expand All @@ -169,7 +172,7 @@ mf_credits(get_credit("OpenStreetMap"), pos = "bottomright", cex = .8,
dev.off()
```

![](https://raw.githubusercontent.com/riatelab/osrm/master/img/iso.png)
![](https://raw.githubusercontent.com/riatelab/osrm/refactor/img/iso.png)

## Installation

Expand Down

0 comments on commit ef31ec9

Please sign in to comment.