diff --git a/modules/RStudio/RStudio.Rmd b/modules/RStudio/RStudio.Rmd
index 688d66dd..a314bdd0 100644
--- a/modules/RStudio/RStudio.Rmd
+++ b/modules/RStudio/RStudio.Rmd
@@ -316,19 +316,6 @@ You can run all chunks above a specific chunk using this button:
knitr::include_graphics("images/previous_chunks.png")
```
-## Chunk settings
-
-```{r echo=FALSE, fig.align='center', out.width="80%"}
-knitr::include_graphics("images/chunk_settings.png")
-```
-
-## Chunk settings
-
-You can specify if a chunk will be seen in the report or not.
-
-```{r echo=FALSE, fig.align='center', out.width="80%"}
-knitr::include_graphics("images/chunk_settings2.png")
-```
## Errors
@@ -339,19 +326,6 @@ Note that sometimes the error occurs earlier than RStudio thinks.
knitr::include_graphics("images/errors.png")
```
-## Rainbow Parentheses
-
-Tools --> Global Options --> Code --> Display --> Use rainbow parentheses
-
-Press enter to save this setting and get out of this menu.
-
-
-
-
-```{r echo=FALSE, fig.align='center', out.width="80%"}
-knitr::include_graphics("https://posit.co/wp-content/themes/Posit/public/markdown-blogs/rstudio-1-4-preview-rainbow-parentheses/colorfulCode.png")
-```
-
## Useful R Studio Shortcuts
@@ -442,7 +416,37 @@ Image by Global Options --> Code --> Display --> Use rainbow parentheses
+
+This can help you see your code more easily.
+
+Press enter to save this setting and get out of this menu.
+
+
+
+
+```{r echo=FALSE, fig.align='center', out.width="80%"}
+knitr::include_graphics("https://posit.co/wp-content/themes/Posit/public/markdown-blogs/rstudio-1-4-preview-rainbow-parentheses/colorfulCode.png")
+```
+
+