summary refs log tree commit diff stats
path: root/README.md
diff options
context:
space:
mode:
authorBen Morrison <ben@gbmor.dev>2019-06-04 18:39:51 -0400
committerBen Morrison <ben@gbmor.dev>2019-06-04 18:39:51 -0400
commita053a540e2ea2056b99034150a512c57489caa89 (patch)
treefd8934f96fc4a2c957850975864779cfb803ee64 /README.md
parentc8fddff33128555a68c6add0f6b457605b1ac121 (diff)
downloadgetwtxt-a053a540e2ea2056b99034150a512c57489caa89.tar.gz
updated readme to mention other database back-ends in development
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/README.md b/README.md
index abdc93f..291f341 100644
--- a/README.md
+++ b/README.md
@@ -14,10 +14,11 @@ for tags and key words.
 
 ## Features
 
-* Easy to set up and maintain. 
-* Uses an in-memory cache to serve requests.
-* Pushes to `LevelDB` at a configurable interval for data storage. 
-* Run directly facing the internet or behind `Caddy` / `nginx`.
+* Easy to set up and maintain 
+* Uses an in-memory cache to serve requests
+* Pushes to `LevelDB` at a configurable interval for data storage
+  * Back-ends for other databases currently in development
+* Run directly facing the internet or behind `Caddy` / `nginx`
 
 A public instance is currently available:
 * [twtxt.tilde.institute](https://twtxt.tilde.institute)