Skip to content

Commit d4835f4

Browse files
authored
Update README.md
1 parent 4f594b7 commit d4835f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ You can install the package from GitHub as follows:
1818

1919
locations <- read.csv('https://gist.githubusercontent.com/ilyabo/a7b9701424257146b571149d92a14926/raw/2e9e1e9bcf64cf0090781b451037229ccb78e1b1/locations.csv')
2020
flows <- read.csv('https://gist.githubusercontent.com/ilyabo/a7b9701424257146b571149d92a14926/raw/2e9e1e9bcf64cf0090781b451037229ccb78e1b1/flows.csv')
21-
mapboxAccessToken = 'YOUR_MAPBOX_ACCESS_TOKEN'
21+
mapboxAccessToken <- 'YOUR_MAPBOX_ACCESS_TOKEN'
2222
flowmapblue(locations, flows, mapboxAccessToken, clustering=TRUE, darkMode=TRUE, animation=FALSE)

0 commit comments

Comments
 (0)