Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
gkorland committed Mar 20, 2019
1 parent 976ea93 commit 7835110
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -13,7 +13,7 @@ Go client for [RediSearch](http://redisearch.io), based on redigo.
# Installing

```sh
go get github.com/redisearch/redisearch-go/redisearch
go get github.com/RediSearch/redisearch-go/redisearch
```

# Usage Example
Expand All @@ -25,7 +25,7 @@ import (
"log"
"time"

"github.com/redisearch/redisearch-go/redisearch"
"github.com/RediSearch/redisearch-go/redisearch"
)

func ExampleClient() {
Expand Down
2 changes: 1 addition & 1 deletion redisearch/package.go
Expand Up @@ -6,7 +6,7 @@
//
//```go
// import (
// "github.com/redisearch/redisearch-go/redisearch"
// "github.com/RediSearch/redisearch-go/redisearch"
// "log"
// "fmt"
// )
Expand Down
2 changes: 1 addition & 1 deletion redisearch/redisearch_test.go
Expand Up @@ -7,7 +7,7 @@ import (
"testing"
"time"

"github.com/redisearch/redisearch-go/redisearch"
"github.com/RediSearch/redisearch-go/redisearch"
"github.com/stretchr/testify/assert"
)

Expand Down

0 comments on commit 7835110

Please sign in to comment.