diff --git a/README.Rmd b/README.Rmd index f91b426..9a2ea8c 100644 --- a/README.Rmd +++ b/README.Rmd @@ -2,7 +2,7 @@ output: rmarkdown::github_document --- [](https://travis-ci.org/hrbrmstr/htmltidy) -[](https://ci.appveyor.com/project/NA/NA) +[](https://ci.appveyor.com/project/hrbrmstr/htmltidy) [](https://cran.r-project.org/package=htmltidy)  diff --git a/README.md b/README.md index 7e2917a..311e1e2 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -[](https://travis-ci.org/hrbrmstr/htmltidy) [](https://cran.r-project.org/package=htmltidy)  +[](https://travis-ci.org/hrbrmstr/htmltidy) [](https://ci.appveyor.com/project/hrbrmstr/htmltidy) [](https://cran.r-project.org/package=htmltidy)  `htmltidy` — Tidy Up and Test XPath Queries on HTML and XML Content @@ -62,20 +62,16 @@ It can handle the `response` object directly: ``` r cat(tidy_html(res, list(TidyDocType="html5", TidyWrapLen=200))) ## -## +## ##
-## +## ## ##