Fix up readme

This commit is contained in:
Chris de Graaf 2017-08-25 08:59:50 -05:00
parent 9f4cb1d522
commit 063ce773ac

View File

@ -60,7 +60,7 @@ julia> t = Template(;
CodeCov(; config_file=nothing),
Coveralls(),
AppVeyor(),
GitHubPages(; assets=[joinpath(homedir(), "invenia.css")]),
GitHubPages(),
],
)
@ -84,7 +84,6 @@ LICENSE
README.md
REQUIRE
docs/make.jl
docs/src/assets/invenia.css
docs/src/index.md
src/MyPkg.jl
test/runtests.jl
@ -114,4 +113,4 @@ include, you are encouraged to use [AttoBot](https://github.com/apps/attobot) in
It's extremely easy to extend `PkgTemplates` with new plugins. To get started,
check out the
[plugin development guide](https://chrostipher-dG.github.io/PkgTemplates.jl/stable/pages/plugin_development.html).
[plugin development guide](https://invenia.github.io/PkgTemplates.jl/stable/pages/plugin_development.html).