diff --git a/R/create_blogpost.R b/R/create_blogpost.R index 8af17e24..434395ce 100644 --- a/R/create_blogpost.R +++ b/R/create_blogpost.R @@ -12,7 +12,7 @@ print(allowed_tags) # Fill in the info, e.g.: create_post( post_name = "My Blog", # needs to be character vector (length 1) - post_date = "2024-12-01", # needs to be length 1character vector and will be auto-updated when your post is merged + post_date = "2024-12-01", # needs to be length 1 character vector and will be auto-updated when your post is merged description = "", # you can fill the description in later as well author = c("My Name"), # one or more authors are permitted cover_image = "pharmaverse", # chose one of the above (see line 8)