From 6b3ef98795087eb062cedd25d4a788cdccc57955 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Daniel=20Bj=C3=B6rk?= <ddbjork@gmail.com>
Date: Mon, 9 Mar 2015 20:47:14 +0100
Subject: [PATCH] Moved database info to new section "General:"

---
 README | 17 +++++++++++++----
 1 file changed, 13 insertions(+), 4 deletions(-)

diff --git a/README b/README
index 7bdf3d8..4e3ccbe 100644
--- a/README
+++ b/README
@@ -31,12 +31,21 @@ Usage instructions:
 
     Measurement data is dependent on locality, currently  there only exist a placeholder function
 
-    The test result is stored into MongoDB in the database 'matningar', table 'stability'.
+    The test result is stored into MongoDB.
+
+General:
+
+    Test results is stored in the database 'matningar', table 'stability'.
+
     Database table:
     +-----------+-----------------+----------------+
     |    _id    |    stability    |    position    |
     +-----------+-----------------+----------------+
+
     Column description:
-      _id: Standard MongoDB generated id, so the first 4bits will be a timestamp.
-      stability: mos calculated network stability.
-      position: Placeholder for further development which will integrate positional tracking.
+
+        '_id':        Standard MongoDB generated id, so the first 4bits will be a timestamp.
+
+        'stability':  mos calculated network stability.
+
+        'position':   Placeholder for further development, which will integrate positional tracking.
-- 
GitLab