Skip to content

Commit

Permalink
Provide a link to explain what a 12-factor app is
Browse files Browse the repository at this point in the history
  • Loading branch information
lol768 authored and sagikazarmark committed Jan 8, 2023
1 parent 9da88d9 commit ce73936
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -40,8 +40,8 @@ go get github.com/spf13/viper

## What is Viper?

Viper is a complete configuration solution for Go applications including 12-Factor apps. It is designed
to work within an application, and can handle all types of configuration needs
Viper is a complete configuration solution for Go applications including [12-Factor apps](https://12factor.net/#the_twelve_factors).
It is designed to work within an application, and can handle all types of configuration needs
and formats. It supports:

* setting defaults
Expand Down

0 comments on commit ce73936

Please sign in to comment.