From 3c1f7768423a6c84699da4801d9fab67ca6b5064 Mon Sep 17 00:00:00 2001 From: James Miller Date: Mon, 24 Feb 2020 22:51:59 -0600 Subject: [PATCH] update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 6c9e783..22e1fc2 100644 --- a/README.md +++ b/README.md @@ -26,8 +26,7 @@ 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. Finally, it's -permissively licensed. +limitations on concurrent writes won't be an issue either. ## Where we need the most help right now