seancarmody / ngramr

R package to query the Google Ngram Viewer
Other
48 stars 9 forks source link

Install instructions should read install_github("seancarmody/ngramr") #25

Closed rexdouglass closed 4 years ago

rexdouglass commented 5 years ago

Currently reads

require(devtools)
install_github("ngramr", "seancarmody")
require(ngramr)

should read

require(devtools)
install_github("seancarmody/ngramr")
require(ngramr)
seancarmody commented 4 years ago

Done, thanks!