Skip to content

Commit 9dae2c7

Browse files
committed
doc: fixed a few hiccups in README
Signed-off-by: Frederic BIDON <[email protected]>
1 parent c889903 commit 9dae2c7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Becomes:
7979
```go
8080
import (
8181
"testing"
82-
"github.com/go-openapi/testify/v2"
82+
"github.com/go-openapi/testify/v2/require"
8383
)
8484
...
8585

docs/doc-site/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ To use this package in your projects:
8686
```go
8787
import (
8888
"testing"
89-
"github.com/go-openapi/testify/v2"
89+
"github.com/go-openapi/testify/v2/require"
9090
)
9191
...
9292

0 commit comments

Comments
 (0)