From ed667bd51d2921cf874e18854543b96dc757a945 Mon Sep 17 00:00:00 2001
From: Jason Fisher <jfisher@usgs.gov>
Date: Mon, 5 Feb 2024 15:07:55 -0800
Subject: [PATCH] change examples to example

---
 README.Rmd                              | 3 +--
 README.md                               | 3 +--
 pkgdown/_pkgdown.yml                    | 2 +-
 vignettes/{examples.Rmd => example.Rmd} | 2 +-
 4 files changed, 4 insertions(+), 6 deletions(-)
 rename vignettes/{examples.Rmd => example.Rmd} (99%)

diff --git a/README.Rmd b/README.Rmd
index 62e8654..0984d1e 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 ab26250..7425626 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 e91e894..83d95f5 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 d721014..37e62c4 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
-- 
GitLab