From fb910dcf687739894f95ad668d01dce509a721b0 Mon Sep 17 00:00:00 2001 From: Eric Dill Date: Fri, 31 Jul 2015 15:37:47 -0400 Subject: [PATCH] DOC: I should, uh, badge this repo correctly... --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7d789772..68ef9ced 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ [![Build Status](https://travis-ci.org/pyqtgraph/pyqtgraph.svg?branch=develop)](https://travis-ci.org/pyqtgraph/pyqtgraph) -[![codecov.io](http://codecov.io/github/Nikea/scikit-xray/coverage.svg?branch=develop)](http://codecov.io/github/Nikea/scikit-xray?branch=develop) +[![codecov.io](http://codecov.io/github/pyqtgraph/pyqtgraph/coverage.svg?branch=develop)](http://codecov.io/github/pyqtgraph/pyqtgraph?branch=develop) PyQtGraph ========= @@ -45,7 +45,7 @@ Requirements * PyQt 4.7+, PySide, or PyQt5 * python 2.6, 2.7, or 3.x - * NumPy + * NumPy * For 3D graphics: pyopengl and qt-opengl * Known to run on Windows, Linux, and Mac.