Skip to content

Commit

Permalink
fixed a unfortunate typo in the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
martigso committed Sep 7, 2023
1 parent 3f1ad6c commit 3eb8e8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions README.Rmd
Expand Up @@ -12,7 +12,6 @@ output: github_document
<!-- [![R-CMD-check](https://github.com/martigso/stortingscrape/actions/workflows/check-standard.yaml/badge.svg)](https://github.com/martigso/stortingscrape/actions/workflows/check-standard.yaml) -->
<!-- badges: end -->


This repository is a R-format version of the [Norwegian sentiment lexicons](https://github.com/ltgoslo/norsentlex) as shown in Barnes et.al (2019).

## Installation
Expand All @@ -22,7 +21,7 @@ The package can be installed by using the `install_github()` function from the `

```{r, eval=FALSE}
devtools::install.github("martigso/NorSentLex")
devtools::install_github("martigso/NorSentLex")
library(NorSentLex)
?nor_fullform_sent
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -21,7 +21,7 @@ The package can be installed by using the `install_github()` function
from the `devtools` package in R:

``` r
devtools::install.github("martigso/NorSentLex")
devtools::install_github("martigso/NorSentLex")
library(NorSentLex)

?nor_fullform_sent
Expand Down

0 comments on commit 3eb8e8d

Please sign in to comment.