From c1abf9fad7d04ff7641f02bdd1565bf4632d8386 Mon Sep 17 00:00:00 2001
From: Kristin <kberry@usgs.gov>
Date: Thu, 25 Jun 2020 15:20:00 -0700
Subject: [PATCH] Add docs badge to the README (#372)

... for convenience.
---
 README.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/README.md b/README.md
index cda6e5e..4d1493e 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,9 @@
 # Abstraction Layer for Ephemerides (ALE)
 [![Build Status](https://travis-ci.org/USGS-Astrogeology/ale.svg?branch=master)](https://travis-ci.org/USGS-Astrogeology/ale)
 [![Coverage Status](https://coveralls.io/repos/github/USGS-Astrogeology/ale/badge.svg?branch=master)](https://coveralls.io/github/USGS-Astrogeology/ale?branch=master)
+[![Docs](https://img.shields.io/badge/Docs-latest-green.svg)](https://usgs-astrogeology.github.io/ale/)
+
+
 
 This library allows for the position, rotation, velocity and rotational velocity tracking of
 multiple bodies in space, especially in relation to one another. It makes extensive use of NAIF's
-- 
GitLab