Skip to content

Commit

Permalink
url + travis badge
Browse files Browse the repository at this point in the history
  • Loading branch information
blmoore committed Aug 15, 2017
1 parent 0c732ba commit 93690e6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ knitr::opts_chunk$set(
```

# happyR
[build status](#)
[![Build Status](https://travis-ci.org/Illumina/happyR.svg?branch=master)](https://travis-ci.org/Illumina/happyR)

Load [hap.py](https://github.com/Illumina/hap.py) results into an R data structure to enable
plotting, comparisons and aggregation.
Expand All @@ -25,7 +25,7 @@ plotting, comparisons and aggregation.
Use devtools:

```{r install, eval = FALSE}
devtools::install_github("url/for/happyR")
devtools::install_github("Illumina/happyR")
```

## Usage
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
happyR
======

[build status](#)
[![Build Status](https://travis-ci.org/Illumina/happyR.svg?branch=master)](https://travis-ci.org/Illumina/happyR)

Load [hap.py](https://github.com/Illumina/hap.py) results into an R data structure to enable plotting, comparisons and aggregation.

Expand All @@ -12,7 +12,7 @@ Install
Use devtools:

``` r
devtools::install_github("url/for/happyR")
devtools::install_github("Illumina/happyR")
```

Usage
Expand Down
4 changes: 2 additions & 2 deletions docs/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 93690e6

Please sign in to comment.