Skip to content

Commit 877cb90

Browse files
authored
Fix docs (#17)
1 parent 04c5e18 commit 877cb90

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -183,9 +183,9 @@ have sensitive information.
183183

184184
#### WrapFunc (default: `nil`)
185185

186-
If this value is default (which is `nil`), `go-apperrors` will use the lib github.com/go-errors/errors
187-
to wrap and attach stack trace to errors. If you don't want to attach stack trace, just provide an
188-
self-implementation version on initialization.
186+
If this value is default (which is `nil`), `go-apperrors` will use the lib
187+
[github.com/go-errors/errors](github.com/go-errors/errors) to wrap and attach stack trace to errors.
188+
If you don't want to attach stack trace, provide a self-implementation on initialization.
189189

190190
```go
191191
Init(&Config{

0 commit comments

Comments
 (0)