#' @title
#' Make Installation Section in README
#'
#' @export
make_readme_install <-
function(pkg = basename(getwd())) {
cat(sprintf('# Installation \n\n``` \nlibrary(devtools)\ninstall_github("meerapatelmd/%s")\n``` \n\n', pkg))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.