From e877bccd4096c6c6b5ada8bfe75c91a70ad835aa Mon Sep 17 00:00:00 2001 From: Andrew Heiss Date: Wed, 9 Aug 2017 14:57:05 -0600 Subject: [PATCH] Remove reference to OpenStreetMaps --- README.Rmd | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.Rmd b/README.Rmd index bcbae7b..69160af 100644 --- a/README.Rmd +++ b/README.Rmd @@ -16,7 +16,7 @@ knitr::opts_chunk$set( # ggmap -**ggmap** makes it easy to retrieve raster map tiles from popular online mapping services like [Google Maps](https://developers.google.com/maps/documentation/static-maps/?hl=en), [OpenStreetMap](https://www.openstreetmap.org), [Stamen Maps](http://maps.stamen.com), and plot them using the **ggplot2** framework: +**ggmap** makes it easy to retrieve raster map tiles from popular online mapping services like [Google Maps](https://developers.google.com/maps/documentation/static-maps/?hl=en) and [Stamen Maps](http://maps.stamen.com) and plot them using the **ggplot2** framework: ```{r maptypes, message = FALSE} library(ggmap) diff --git a/README.md b/README.md index e2e9d2c..7079e60 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ggmap ===== -**ggmap** makes it easy to retrieve raster map tiles from popular online mapping services like [Google Maps](https://developers.google.com/maps/documentation/static-maps/?hl=en), [OpenStreetMap](https://www.openstreetmap.org), [Stamen Maps](http://maps.stamen.com), and plot them using the **ggplot2** framework: +**ggmap** makes it easy to retrieve raster map tiles from popular online mapping services like [Google Maps](https://developers.google.com/maps/documentation/static-maps/?hl=en) and [Stamen Maps](http://maps.stamen.com) and plot them using the **ggplot2** framework: ``` r library(ggmap)