diff --git a/README.Rmd b/README.Rmd
index 801eb059d0b0c2972a08da2a6003d4a72d330a65..e1415bfef0b935465b14d659ab3d387fef5477c4 100644
--- a/README.Rmd
+++ b/README.Rmd
@@ -17,7 +17,7 @@ Download DABEST
 install.packages('devtools')
 install.pacakges("reshape2")
 install.pacakges("wesanderson")
-
+install.packages("svglite")
 devtools::install_github("ACCLAB/dabestr")   
 devtools::install_github("karthik/wesanderson")
 ```
@@ -30,6 +30,7 @@ library(glue)
 library(dabestr)
 library(wesanderson)  # see https://github.com/karthik/wesanderson
 library(reshape2)
+library(svglite)
 pal <- wes_palette("Darjeeling1")
 ```