From 23041d3122568d41e10235dd404c6db95a00487b Mon Sep 17 00:00:00 2001 From: nteetor Date: Fri, 20 Jan 2017 17:32:42 -0500 Subject: [PATCH] updated README --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 91b648d..01768a0 100644 --- a/README.md +++ b/README.md @@ -35,8 +35,7 @@ devtools::install_github('nteetor/zeallot') 3. Make sure zeallot was successfully installed, ```R -isTRUE(require(zeallot)) -#> TRUE, hopefully +library(zeallot) # No error? You're good to go! ``` ## Getting Started