From 784c8cba6ba827cc938346fedefbb254c4027c3f Mon Sep 17 00:00:00 2001 From: ctokheim Date: Fri, 29 Apr 2016 16:06:47 -0400 Subject: [PATCH] Updated README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1db6d7a..4d7e67c 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,10 @@ Identifying genes with more mutations then expected has been central methodology ## Installation -[![Build Status](https://travis-ci.com/ctokheim/cancerSeqStudy.svg?token=KhnctpTdxNuuZ9Z1kcsg&branch=master)](https://travis-ci.com/ctokheim/cancerSeqStudy) +[![Build Status](https://travis-ci.org/KarchinLab/cancerSeqStudy.svg?branch=master)](https://travis-ci.org/KarchinLab/cancerSeqStudy) Install this package via github using the `devtools` package. ```R -> devtools::install_github('ctokheim/cancerSeqStudy') +> devtools::install_github('KarchinLab/cancerSeqStudy') ```