From 472794e203dcd89766cf830b75641cb160fa03d8 Mon Sep 17 00:00:00 2001 From: lana-k Date: Thu, 22 Apr 2021 18:29:55 +0200 Subject: [PATCH] fixes in readme #27 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f71f5d3..ac226b0 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ You can choose a database or CSV file right on the welcom page (fig. 1). The sup

-If you choose a CSV file it will be parsed. Then sqliteviz creates a new database with data from CSV in `csv_import` table. You can change parse settings in the dialog which is shown automatically if you choose a CSV file (fig. 2). +If you choose a CSV file it will be parsed. Then sqliteviz creates a new database with data from the CSV in `csv_import` table. You can change parsing settings in the dialog which is shown automatically if you choose a CSV file (fig. 2).

@@ -44,7 +44,7 @@ Choosing a database or CSV file is not a mandatory step. You can skip it and man

- Fig. 3: Editor (neither database nor CSV is not chosen) + Fig. 3: Editor (neither database nor CSV is chosen)

@@ -74,7 +74,7 @@ The result panel has two modes: table view (fig. 4, fig. 5) and chart view (fig. Press `Run` button in the top toolbar or use `Ctrl+r` or `Ctrl+Enter`(`Cmd+r` or `Cmd+Enter` for MacOS) keyboard shortcut to execute a query in the current opened tab. -> **Note:** Running is not available if neither a database nor CSV was not chosen or a query for the current tab is not specified. +> **Note:** Running is not available if neither a database nor CSV was chosen or a query for the current tab is not specified. The query result will be displayed in the result panel in table mode (fig. 5).