From 8520409459079201434ea63ad9622a37b9b8370c Mon Sep 17 00:00:00 2001 From: "Veronica K. B. Olsen" <1619840+vkbo@users.noreply.github.com> Date: Sun, 25 Apr 2021 13:18:39 +0200 Subject: [PATCH] Shorten the first paragraph of the README --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5ab7dbee..ec16702b 100644 --- a/README.md +++ b/README.md @@ -17,9 +17,8 @@ novelWriter is a plain text editor designed for writing novels assembled from many smaller text documents. It uses a minimal formatting syntax inspired by Markdown, and adds a meta data syntax -for comments, synopsis, and cross-referencing between files. It's designed to be a simple text -editor that allows for easy organisation of text and notes. It uses human readable text files for -storage for robustness. +for comments, synopsis, and cross-referencing. It's designed to be a simple text editor that allows +for easy organisation of text and notes, using human readable text files as storage for robustness. The storage text files are suitable for version control software, and also well suited for file synchronisation tools. All text is saved as plain text files with a meta data header. The core