diff --git a/README.md b/README.md
index 3e983a80ec0d30ada16c70150ee1b4229181c235..326cf210dde515950b3f375f0cbe05ee659de449 100644
--- a/README.md
+++ b/README.md
@@ -36,7 +36,7 @@ conditions <- c("COND1","COND2","COND3","COND4")
 name <- "Bacteroides"
 treeWeightD3(dat,conditions,levels,nodeFind = name,1000,800)
 ```
-
+To open multiple nodes use a vector of nodes name  name <- c("Bacteroides","Eubacterium")
 You can also use the **treeWeightD3** function within [R Markdown](http://rmarkdown.rstudio.com) documents and even within [Shiny](http://shiny.rstudio.com) applications. For example:
 
 ```r