Skip to content

Commit

Permalink
fix typo in example (#72)
Browse files Browse the repository at this point in the history
* fix typo in example

needed to move the closing paren one level down

* fix the fix
  • Loading branch information
AJ ONeal committed May 5, 2020
1 parent 0643091 commit d43c0e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -248,9 +248,9 @@ cache := certmagic.NewCache(certmagic.CacheOptions{
// mind that this config value is used as a
// template, and will be completed with any
// defaults that are set in the Default config
return certmagic.Config{
return &certmagic.Config{
// ...
}), nil
}, nil
},
...
})
Expand Down

0 comments on commit d43c0e3

Please sign in to comment.