Skip to content

Commit fb34a77

Browse files
authored
Update README.md
1 parent 6045fb4 commit fb34a77

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
# Stopwords for Golang ![Last release](https://img.shields.io/github/release/golang-nlp/stopwords.svg)
1+
# Stopwords for Golang ![Last release](https://img.shields.io/github/release/OpenSystemsLab/stopwords.svg)
22

3-
[![Go Report Card](https://goreportcard.com/badge/github.com/golang-nlp/stopwords)](https://goreportcard.com/report/github.com/golang-nlp/stopwords)
3+
[![Go Report Card](https://goreportcard.com/badge/github.com/OpenSystemsLab/stopwords)](https://goreportcard.com/report/github.com/OpenSystemsLab/stopwords)
44

55
| Branch | Status | Coverage |
66
| ------ | ----------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------ |
7-
| master | [![Go](https://github.com/golang-nlp/stopwords/actions/workflows/go.yml/badge.svg)](https://github.com/golang-nlp/stopwords/actions/workflows/go.yml) | [![Coveralls](https://img.shields.io/coveralls/golang-nlp/stopwords/master.svg)](https://coveralls.io/github/golang-nlp/stopwords?branch=master) |
7+
| master | [![Go](https://github.com/OpenSystemsLab/stopwords/actions/workflows/go.yml/badge.svg)](https://github.com/OpenSystemsLab/stopwords/actions/workflows/go.yml) | [![Coveralls](https://img.shields.io/coveralls/OpenSystemsLab/stopwords/master.svg)](https://coveralls.io/github/OpenSystemsLab/stopwords?branch=master) |
88

99
```sh
10-
go get -u github.com/golang-nlp/stopwords
10+
go get -u github.com/OpenSystemsLab/stopwords
1111
```
1212

1313
## Quick Start
@@ -16,7 +16,7 @@ go get -u github.com/golang-nlp/stopwords
1616
import (
1717
"fmt"
1818

19-
"github.com/golang-nlp/stopwords"
19+
"github.com/OpenSystemsLab/stopwords"
2020
)
2121

2222
func main() {
@@ -41,7 +41,7 @@ import (
4141
"fmt"
4242
"log"
4343

44-
"github.com/golang-nlp/stopwords"
44+
"github.com/OpenSystemsLab/stopwords"
4545
)
4646

4747
func main() {

0 commit comments

Comments
 (0)