Skip to content

Commit a991b65

Browse files
author
willzhen
committed
Add readme
1 parent 6eb0b3c commit a991b65

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

readme.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ example: [TestSliceSmae](https://github.com/memory-overflow/go-text-algorithm/bl
1717
import (
1818
"testing"
1919

20-
"github.com/memory-overflow/go-common-library/text"
20+
"github.com/memory-overflow/go-text-algorithm"
2121
)
2222

2323
func TestSliceSmae(t *testing.T) {
@@ -41,7 +41,7 @@ example: [TestActrie](https://github.com/memory-overflow/go-text-algorithm/blob/
4141
import (
4242
"testing"
4343

44-
"github.com/memory-overflow/go-common-library/text"
44+
"github.com/memory-overflow/go-text-algorithm"
4545
)
4646

4747
func TestActrie(t *testing.T) {
@@ -64,7 +64,7 @@ example: [TestLevenshtein](https://github.com/memory-overflow/go-text-algorithm/
6464
import (
6565
"testing"
6666

67-
"github.com/memory-overflow/go-common-library/text"
67+
"github.com/memory-overflow/go-text-algorithm"
6868
)
6969

7070
func TestLevenshtein(t *testing.T) {
@@ -81,7 +81,7 @@ example: [TestTextSim](https://github.com/memory-overflow/go-text-algorithm/blob
8181
import (
8282
"testing"
8383

84-
"github.com/memory-overflow/go-common-library/text"
84+
"github.com/memory-overflow/go-text-algorithm"
8585
)
8686

8787
func TestTextSim(t *testing.T) {

0 commit comments

Comments
 (0)