diff --git a/README.md b/README.md index 1772026..acb1ae5 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ As your application grows, configuration can get a bit chaotic, especially if yo Ordbok abstracts the loading of a configuration from YAML files into a Python dictionary, and also has a specific setup for use with Flask. See [TODO](#todo) for plans to expand this. -![Svenska Akademiens ordbok](http://fc01.deviantart.net/fs70/i/2011/048/b/1/svenska_akademiens_ordbok_by_droemmaskin-d39rta7.jpg) +![Svenska Akademiens ordbok](docs/config.png) _Svenska Akademiens ordbok by droemmaskin on deviantART. Provided under [Attribution-NonCommercial-ShareAlike 3.0 Unported](http://creativecommons.org/licenses/by-nc-sa/3.0/legalcode)_ diff --git a/docs/config.png b/docs/config.png new file mode 100644 index 0000000..c323cc4 Binary files /dev/null and b/docs/config.png differ diff --git a/docs/index.md b/docs/index.md index 89a67fe..ea111cd 100644 --- a/docs/index.md +++ b/docs/index.md @@ -11,7 +11,7 @@ As your application grows, configuration can get a bit chaotic, especially if yo Ordbok abstracts the loading of a configuration from YAML files into a Python dictionary, and also has a specific setup for use with Flask. See [TODO](#todo) for plans to expand this. -![Svenska Akademiens ordbok](http://fc01.deviantart.net/fs70/i/2011/048/b/1/svenska_akademiens_ordbok_by_droemmaskin-d39rta7.jpg) +![Svenska Akademiens ordbok](config.png) _Svenska Akademiens ordbok by droemmaskin on deviantART. Provided under [Attribution-NonCommercial-ShareAlike 3.0 Unported](http://creativecommons.org/licenses/by-nc-sa/3.0/legalcode)_ ## Basic Usage