From 9839f3d7f1821f1726898ce7fc60c2fc9168624d Mon Sep 17 00:00:00 2001 From: Jenny Bryan Date: Tue, 21 Jun 2022 09:30:04 -0700 Subject: [PATCH] Oops wrong child Rmd --- usage-existing-project-github-first.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usage-existing-project-github-first.Rmd b/usage-existing-project-github-first.Rmd index 31cc109..c86e317 100644 --- a/usage-existing-project-github-first.Rmd +++ b/usage-existing-project-github-first.Rmd @@ -38,7 +38,7 @@ cat(res, sep = '\n') ## New RStudio Project via git clone ```{r echo = FALSE, results = "asis"} -text <- readr::read_file("child-create-a-github-repo.Rmd") +text <- readr::read_file("child-clone-a-github-repo.Rmd") cat(res, sep = '\n') ```