From 9f228cd6e18ca791663e27c7a313705dde771822 Mon Sep 17 00:00:00 2001 From: James Mills <1290234+prologic@users.noreply.github.com> Date: Sun, 1 Sep 2019 11:55:51 +1000 Subject: [PATCH] Update README.md Closes #15 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index f3d9b96..a8956d3 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,10 @@ shorturl also displays an absolute url after creating and uses the value of `-baseurl` (*default: `""`*) for display purposes. This is useful for copying and pasting the shorturl. +## Data Storage + +Data is currently stored in a [Bolt](https://github.com/boltdb/bolt) embedded database configured via the `-dbpath` option. + ## License MIT