From 3c72117c69aa423e90bca38caadddab0d74055f7 Mon Sep 17 00:00:00 2001 From: Sean Browning <25888380+beansrowning@users.noreply.github.com> Date: Fri, 5 Mar 2021 00:17:04 -0500 Subject: [PATCH] png -> PNG --- Rmd/git_presentation.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rmd/git_presentation.Rmd b/Rmd/git_presentation.Rmd index ee8124d..ceb5c37 100644 --- a/Rmd/git_presentation.Rmd +++ b/Rmd/git_presentation.Rmd @@ -250,7 +250,7 @@ include_graphics("../img/commit.png") ## Be mindful of what you track! ```{r deploy_key, out.width = "800px"} -include_graphics("../img/deploy_key.png") +include_graphics("../img/deploy_key.PNG") ``` ## Be mindful of what you track!