From 8ce9a01372e76b87cf623a81f7d79f3c45d3e697 Mon Sep 17 00:00:00 2001 From: lana-k Date: Fri, 30 Apr 2021 17:54:54 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b0fa06c..b7e1169 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,9 @@ Sqliteviz is a single-page PWA for fully client-side visualisation of SQLite databases or CSV files. -This application allows: -- run SQL queries in sqlite database and create all kinds of charts based on result set -- import CSV file into sqlite database and visualize imported data +This application allows to: +- run SQL queries in SQLite database and create all kinds of charts based on result set +- import CSV file into SQLite database and visualize imported data - save queries and chart settings - export queries and chart settings to JSON file - import queries and chart settings from JSON file