diff --git a/hooks/sls/README.md b/hooks/sls/README.md index 1b96448..2b8e466 100644 --- a/hooks/sls/README.md +++ b/hooks/sls/README.md @@ -2,7 +2,7 @@ sls === -### config example +### example ``` hooks { @@ -28,4 +28,9 @@ hooks { } } +``` + + +```go +mikeLoger.WithError(e).WithField("source", "IAMSOURCE").WithField("store", "test2").Errorln("hello with gogap errors") ``` \ No newline at end of file