Merge pull request #140 from xboston/patch-1

fix Second const
This commit is contained in:
Simon Eskildsen 2015-03-02 07:28:43 -05:00
commit eb84da520d
1 changed files with 1 additions and 1 deletions

View File

@ -57,5 +57,5 @@ with a call to `NewSentryHook`. This can be changed by assigning a value to the
```go
hook, _ := logrus_sentry.NewSentryHook(...)
hook.Timeout = 20*time.Seconds
hook.Timeout = 20*time.Second
```