From 9e50ca3e01e433386afa95c65ee9bc202fb9e7c8 Mon Sep 17 00:00:00 2001
From: arq5x <arq5x@virginia.edu>
Date: Fri, 21 Mar 2014 09:35:18 -0400
Subject: [PATCH] tweak README

---
 README.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index ddef07af..c1261c3e 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
 bedtools - a swiss army knife for genome arithmetic         
 ===================================================
 
-**Current version**: 2.19.0
+**Current version**: 2.19.1
 
 Note
 -------
@@ -9,6 +9,8 @@ Stable release for bedtools were formerly archived on Google Code. Unfortunately
 downloads facility is shutting down; so henceforth, all source code and stable releases will be 
 maintained via this Github repository.
 
+**Full documentation**:  http://bedtools.readthedocs.org
+
 Summary
 -------
 Collectively, the bedtools utilities are a swiss-army knife of tools for a wide-range of genomics analysis tasks. The most widely-used tools enable genome arithmetic: that is, set theory on the genome. For example, bedtools allows one to intersect, merge, count, complement, and shuffle genomic intervals from multiple files in widely-used genomic file formats such as BAM, BED, GFF/GTF, VCF.
-- 
GitLab