Skip to content

Commit 33a9ab0

Browse files
committed
f7
1 parent 392f225 commit 33a9ab0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/handson.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ <h3>Configure</h3>
449449
<div id="make-a-new-repository" class="section level2">
450450
<h2>Make a New Repository</h2>
451451
<ol style="list-style-type: decimal">
452-
<li>Create a new RStudio Project. The Directory/Project name sould be <strong>test-one</strong> (How to <a href="https://youtu.be/etkSsF6r2iU">video - 40 seconds</a>)</li>
452+
<li>Create a new RStudio Project. The name of the Directory/Project should be <strong>test-one</strong>. (How to <a href="https://youtu.be/etkSsF6r2iU">video - 40 seconds</a>)</li>
453453
<li>In the Rstudio Console: <code>library(usethis)</code></li>
454454
<li>In the Console: <code>use_git(message = &quot;first commit for my helo world&quot;)</code></li>
455455
<li>Create a Readme File: <code>use_readme_md()</code> (Edit your README. <a href="https://gist.github.com/PurpleBooth/109311bb0361f32d87a2">Example README template</a>)</li>

handson.Rmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This step was covered in the [Outline Section](outline.html). In that section yo
1111

1212
## Make a New Repository
1313

14-
1. Create a new RStudio Project. The Directory/Project name sould be **test-one** (How to [video - 40 seconds](https://youtu.be/etkSsF6r2iU))
14+
1. Create a new RStudio Project. The name of the Directory/Project should be **test-one**. (How to [video - 40 seconds](https://youtu.be/etkSsF6r2iU))
1515
1. In the Rstudio Console: `library(usethis)`
1616
1. In the Console: `use_git(message = "first commit for my helo world")`
1717
1. Create a Readme File: `use_readme_md()` (Edit your README. [Example README template](https://gist.github.com/PurpleBooth/109311bb0361f32d87a2))

0 commit comments

Comments
 (0)