From 7b3da1218874faf42d958aa34ece606f2e6a9fe6 Mon Sep 17 00:00:00 2001 From: James Miller Date: Tue, 6 Aug 2019 11:21:14 -0500 Subject: [PATCH] tweak to readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 951ad61..f762f56 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,8 @@ It's an open, permissively licensed, and portable single-file database that does not require setting up a client/server model. It's also likely that the database will fit into memory easily so performance issues aren't likely to be a problem. Also, most use cases of this data will likely be read only, so the sqlite -limitations on concurrent writes won't be an issue either. +limitations on concurrent writes won't be an issue either. Finally, it's +permissively licensed. ## Why not JSON?