From 114d53030c17f9f5cc5fbbbe432d34a93753e976 Mon Sep 17 00:00:00 2001 From: tiendc Date: Tue, 19 Nov 2024 11:43:26 +0700 Subject: [PATCH] Fix docs --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a6defaa..a4f8a41 100644 --- a/README.md +++ b/README.md @@ -183,9 +183,9 @@ have sensitive information. #### WrapFunc (default: `nil`) -If this value is default (which is `nil`), `go-apperrors` will use the lib github.com/go-errors/errors -to wrap and attach stack trace to errors. If you don't want to attach stack trace, just provide an -self-implementation version on initialization. +If this value is default (which is `nil`), `go-apperrors` will use the lib +[github.com/go-errors/errors](github.com/go-errors/errors) to wrap and attach stack trace to errors. +If you don't want to attach stack trace, provide a self-implementation on initialization. ```go Init(&Config{