From e1c8b0a038591ee94065fa337d6f76686ee66ddf Mon Sep 17 00:00:00 2001
From: Christopher Wipf <christopher.wipf@ligo.org>
Date: Mon, 4 Dec 2017 18:03:40 -0600
Subject: [PATCH] Update README.md [ci skip]

---
 README.md | 16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)

diff --git a/README.md b/README.md
index 8015148b..286eb5c1 100644
--- a/README.md
+++ b/README.md
@@ -1,22 +1,24 @@
+[![pipeline status](https://git.ligo.org/gwinc/pygwinc/badges/master/pipeline.svg)](https://git.ligo.org/gwinc/pygwinc/commits/master)
+
 # Python port of GW Interferometer Noise Calculator
 
-![gwinc](https://git.ligo.org/gwinc/pygwinc/uploads/f324c0ce516db509a4028858faed3891/gwinc.png)
+![gwinc](http://gwinc.docs.ligo.org/pygwinc/aLIGO.png)
 
 ## tests
 
-To compare pygwinc vs. MATLAB gwinc, run the included test command
-(requires a local installation of MATLAB and it's python interface):
+To compare pygwinc vs. matlab gwinc, run the included test command
+(requires a local installation of matlab and its python interface):
 
-*   checkout, or create a link existing checkout of, matlab gwinc in
+*   checkout, or link an existing checkout of, matlab gwinc in
     the test directory:
 
-        $ cd pygwin/gwinc/test
+        $ cd pygwinc/gwinc/test
         $ ln -s ~/ligo/src/iscmodeling/gwinc
 
-*   Execute the test command (specifying path to MATLAB python
+*   Execute the test command (specifying path to matlab python
     interface if needed):
 
         $ PYTHONPATH=/opt/matlab/python/lib/python2.7/site-packages python -m gwinc.test
 
-This will produce difference plots of noises calculated from MATLAB
+This will produce difference plots of noises calculated from matlab
 gwinc and pygwinc.
-- 
GitLab