diff --git a/README.Rmd b/README.Rmd
index 21d6e2d25..dad45fee1 100644
--- a/README.Rmd
+++ b/README.Rmd
@@ -8,11 +8,11 @@ output: github_document
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
- fig.path = "README-"
+ fig.path = "man/figures/README-"
)
```
-# ggplot2
+# ggplot2
[](https://travis-ci.org/tidyverse/ggplot2)
[](https://ci.appveyor.com/project/tidyverse/ggplot2)
diff --git a/README.md b/README.md
index 2ccbfa5e1..19eafc7bd 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
-ggplot2
-============================================
+ggplot2
+========================================================
[](https://travis-ci.org/tidyverse/ggplot2) [](https://ci.appveyor.com/project/tidyverse/ggplot2) [](https://codecov.io/github/tidyverse/ggplot2?branch=master) [](https://cran.r-project.org/package=ggplot2)
@@ -37,7 +37,7 @@ ggplot(mpg, aes(displ, hwy, colour = class)) +
geom_point()
```
-
+
As well as the components built-in to ggplot2, there are many packages that provide extensions. See a comprehensive list at .
diff --git a/README-example-1.png b/man/figures/README-example-1.png
similarity index 100%
rename from README-example-1.png
rename to man/figures/README-example-1.png
diff --git a/logo.png b/man/figures/logo.png
similarity index 100%
rename from logo.png
rename to man/figures/logo.png