From 95a9a1575bfdeb02bbee4eab569b23a2aff0ca13 Mon Sep 17 00:00:00 2001
From: Bruce Flynn <brucef@ssec.wisc.edu>
Date: Wed, 6 Jul 2016 14:10:10 -0500
Subject: [PATCH] .

---
 README.md | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/README.md b/README.md
index 6b299e6..31af12a 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,10 @@
 # API Authentication Example App
+This is a small Pyramid example app that demonstrates how API authentication 
+might be done. 
+
+**NOTE**: The user database is maintained in memory which means every time the
+          server restarts the database will be reset.
+
 
 ## Getting Started
 I highly recommend using either [Conda](http://conda.pydata.org/miniconda.html)
-- 
GitLab