diff --git a/README.Rmd b/README.Rmd index 62e8654719c1b04868fc10dc4782dace9b4f0881..0984d1e0f78c397c85402e6ce33a50fa4184f3b3 100644 --- a/README.Rmd +++ b/README.Rmd @@ -50,8 +50,7 @@ you can run the following commands: ```r library("webmap") -map <- make_map() -map +make_map() ``` The screenshot below shows the default web map that is created by the above commands. diff --git a/README.md b/README.md index ab262505b41767f5026396227df273c18f5abefc..7425626efcb48c135c50e937ddcfd37ec735a552 100644 --- a/README.md +++ b/README.md @@ -66,8 +66,7 @@ showns the default web map), you can run the following commands: ``` r library("webmap") -map <- make_map() -map +make_map() ``` The screenshot below shows the default web map that is created by the diff --git a/pkgdown/_pkgdown.yml b/pkgdown/_pkgdown.yml index e91e8942811fad217641ad44b5cccfca9d2a342e..83d95f513858f51c4492175630798c7b1c157610 100644 --- a/pkgdown/_pkgdown.yml +++ b/pkgdown/_pkgdown.yml @@ -5,7 +5,7 @@ navbar: left: - text: Reference href: reference/index.html - - text: Examples + - text: Example href: articles/examples.html - text: Changelog href: news/index.html diff --git a/vignettes/examples.Rmd b/vignettes/example.Rmd similarity index 99% rename from vignettes/examples.Rmd rename to vignettes/example.Rmd index d721014f09c2c52b67f4fac8a4ebd3dc3cb6a3fc..37e62c4e2543ce259218a4f4396fc989e8026bd0 100644 --- a/vignettes/examples.Rmd +++ b/vignettes/example.Rmd @@ -1,5 +1,5 @@ --- -title: "Examples" +title: "Example" --- Use the interactive [Leaflet] map below to explore [The National Map] (TNM) base layers