hrecht / censusapi

R package to retrieve U.S. Census data and metadata via API
https://www.hrecht.com/censusapi/
169 stars 30 forks source link

Bug report: Small typo in installlation line in README #60

Closed vikjam closed 4 years ago

vikjam commented 4 years ago

Describe the bug Small typo in README. There's an extra backtick in the installation line.

Currently,

install.packages("censusapi")`

Should be,

install.packages("censusapi")

To Reproduce NA

Expected behavior NA

R session information: NA

Additional context NA

hrecht commented 4 years ago

Thanks, will fix in the next version

hrecht commented 4 years ago

Thanks for flagging, this is fixed in development version 0.7.0.