diff --git a/DC_theme_generator.R b/DC_theme_generator.R
index 0bcfa73f4d2cda26d3beb52b1b81376ecc35e7aa..cf698c950f9ff1c2e63627b4fc87dcf5fb43568c 100644
--- a/DC_theme_generator.R
+++ b/DC_theme_generator.R
@@ -1,3 +1,10 @@
+####
+## Author: Deepankar Chakroborty
+## Available at: https://gitlab.utu.fi/deecha/ggplot_themes/
+## Report issues: https://gitlab.utu.fi/deecha/ggplot_themes/-/issues/new
+
+
+
 DC_theme_generator <- function(type,legend=T,ticks="out",x.axis.angle=0,hjust=0.5,vjust=0.5,fontsize.cex=1.5,fontfamily="serif"){
   
   ## Options:
diff --git a/README.md b/README.md
index a956dbabede7692a5492f1e21491baa9a41f7030..2949b98061266115458152ac4fd1acc78afbc0fc 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,9 @@
 
 ```ggplot2``` is a fantastic package made available by the great people over at [tidyverse](https://ggplot2.tidyverse.org/). ```ggplot2``` is great for designing plots layer by layer in R. Although ```ggplot2``` provides theming capabilities, the default choices available through the package can seem mundane and unapplealing for making publication quality figures.
 
-See these examples:![animation](img/animation.gif)
+See these examples:
+
+![animation](img/animation.gif)
 
 
 
diff --git a/img/animation.gif b/img/animation.gif
index c9eb5bec873a04edfebddc8adddb49fc3197c0d1..286fc1a46f1fd32512596e475adbd08e4353c111 100644
Binary files a/img/animation.gif and b/img/animation.gif differ