Skip to content

Commit

Permalink
Changed ghit back to devtools on README
Browse files Browse the repository at this point in the history
  • Loading branch information
Derek Ogle committed Jan 12, 2017
1 parent cced103 commit 742d4e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -24,8 +24,8 @@ install.packages("FSAdata")
The development version may be installed from GitHub (requires the **devtools** package) with

```r
if (!require('ghit')) install.packages('ghit'); require('ghit')
ghit::install_github('droglenc/FSAdata')
if (!require('devtools')) install.packages('devtools'); require('devtools')
devtools::install_github('droglenc/FSAdata')
```

or from **RForge.net** with
Expand Down

0 comments on commit 742d4e0

Please sign in to comment.