diff --git a/R/spinr/README.md b/R/spinr/README.md
index 094dbcd594180444f40402d7e9046f968afc543d..b1928429f50539cbdb9c3177b0777f0c041b890a 100644
--- a/R/spinr/README.md
+++ b/R/spinr/README.md
@@ -28,7 +28,7 @@ spinr MyScript.R
 ```
 or rsnippets with
 ```
-echo "require(ggplot); ggplot(iris, aes(Sepal.Length, Sepal.Width)) + geom_point()" | spinsnip "my_report" "
+echo "require(ggplot2); ggplot(iris, aes(Sepal.Length, Sepal.Width)) + geom_point()" | spinsnip "my_report"
 ```