Skip to content

Commit 93e276b

Browse files
committed
Fix capitalization of markdown package
1 parent a695175 commit 93e276b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/shinyui.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ includeText <- function(path) {
109109
#' @export
110110
includeMarkdown <- function(path) {
111111
if (!require(markdown))
112-
stop("Markdown package is not installed")
112+
stop("markdown package is not installed")
113113

114114
dependsOnFile(path)
115115
html <- markdown::markdownToHTML(path, fragment.only=TRUE)

0 commit comments

Comments
 (0)