Skip to content

Commit

Permalink
fix: rule number 1 — it's always a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinFay committed Mar 15, 2023
1 parent 593db2e commit 67397ce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ if (!requireNamespace("shiny")){
if (!requireNamespace("remotes")){
install.packages("remotes")
}
remotes::install_cran("shiny)
remotes::install_cran("shiny")
}
```

Expand Down

0 comments on commit 67397ce

Please sign in to comment.