Skip to content

Commit

Permalink
Fix broken Markdown headings
Browse files Browse the repository at this point in the history
  • Loading branch information
bryant1410 committed Apr 16, 2017
1 parent 31c6c19 commit 8852977
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
##urltools
## urltools
A package for elegantly handling and parsing URLs from within R.

__Author:__ Oliver Keyes, Jay Jacobs<br/>
Expand All @@ -7,7 +7,7 @@ __Status:__ Stable

[![Travis-CI Build Status](https://travis-ci.org/Ironholds/urltools.svg?branch=master)](https://travis-ci.org/Ironholds/urltools) ![downloads](http://cranlogs.r-pkg.org/badges/grand-total/urltools)

###Description
### Description

URLs in R are often treated as nothing more than part of data retrieval -
they're used for making connections and reading data. With web analytics
Expand All @@ -24,7 +24,7 @@ crucial for large datasets. For more information, see the [urltools vignette](ht
Please note that this project is released with a [Contributor Code of Conduct](CONDUCT.md).
By participating in this project you agree to abide by its terms.

###Installation
### Installation

The latest CRAN version can be obtained via:

Expand All @@ -34,6 +34,6 @@ To get the development version:

devtools::install_github("ironholds/urltools")

###Dependencies
### Dependencies
* R. Doy.
* [Rcpp](https://cran.r-project.org/package=Rcpp)

0 comments on commit 8852977

Please sign in to comment.