Skip to content

Commit

Permalink
fix draculas action to create subdirectory
Browse files Browse the repository at this point in the history
  • Loading branch information
avallecam committed Mar 4, 2024
1 parent b305dc4 commit c0533da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion episodes/03-create.md
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ For complementary resources, refer to the [Git Cheatsheets for Quick Reference](

Along with tracking information about cases (the project we have already created),
Dracula would also like to track information about **interventions**.
Despite Wolfman's concerns, Dracula plans to create a `interventions` project inside his `cases` project and initialize Git. Dracula uses a sequence of commands __in the Rstudio Console__:
Despite Wolfman's concerns, Dracula creates a `interventions` project inside his `cases` project and initialize Git. Dracula uses a sequence of commands __in the Rstudio Console__:

```r
usethis::create_project(path = "interventions")
Expand Down

0 comments on commit c0533da

Please sign in to comment.