mirror of
https://github.com/spf13/cobra
synced 2025-05-05 04:47:22 +00:00
fix: replace viper with useViper in cobra/README.md
This commit is contained in:
parent
cb9d7b1cec
commit
fae8d736c8
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ An example ~/.cobra.yaml file:
|
|||
```yaml
|
||||
author: Steve Francia <spf@spf13.com>
|
||||
license: MIT
|
||||
viper: true
|
||||
useViper: true
|
||||
```
|
||||
|
||||
You can also use built-in licenses. For example, **GPLv2**, **GPLv3**, **LGPL**,
|
||||
|
|
Loading…
Add table
Reference in a new issue