Skip to content

Commit

Permalink
make manual install more obvious
Browse files Browse the repository at this point in the history
  • Loading branch information
ncarchedi committed Apr 24, 2014
1 parent 724598e commit 4090c51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/menu.R
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,12 @@ mainMenu.default <- function(e){
"the course repository for instructions on how to",
"install a course manually? Type 0 to exit.")
ch <- c("Try again!",
"Send me to the course repository for manually installation.")
"Send me to the course repository for manual installation.")
resp <- select.list(ch, graphics=FALSE)
if(resp == "") return(FALSE)
if(resp == ch[2]) {
swirl_out("OK. I'm opening the swirl course respository in your browser.")
browseURL("https://github.com/swirldev/swirl_courses#swirl-courses")
browseURL("https://github.com/swirldev/swirl_courses#install-and-run-a-course-manually")
return(FALSE)
}
} else {
Expand Down

0 comments on commit 4090c51

Please sign in to comment.