From 352facc7b688b09347158309d3dec4f43c496494 Mon Sep 17 00:00:00 2001 From: Sam Toet Date: Mon, 27 Jan 2020 14:04:32 -0800 Subject: [PATCH] fix typo in sb_add_snippets() installation description in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 68c9f05..8a05846 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ You can install `shinybones` from github: remotes::install_github('ramnathv/shinybones') ``` -`shinybones` ships with two useful snippets `stpage` and `stcomponent` that lets you create `page` and `component` modules that follow the conventions. You can install it by running `st_add_snippets`. Note that you will need to restart RStudio for the snippets to be usable. +`shinybones` ships with two useful snippets `stpage` and `stcomponent` that lets you create `page` and `component` modules that follow the conventions. You can install it by running `sb_add_snippets`. Note that you will need to restart RStudio for the snippets to be usable. ```r shinybones::sb_add_snippets()