diff --git a/README.md b/README.md index fd83fdc1..ada066c1 100644 --- a/README.md +++ b/README.md @@ -12,11 +12,7 @@ novelWriter is a plain text editor designed for writing novels assembled from ma documents. It uses a minimal formatting syntax inspired by Markdown, and adds a meta data syntax 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 project storage is 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 -project structure is stored in a single project XML file. Other meta data is primarily saved as -JSON files. +The project format is well suited both for version control software and file synchronisation tools. For more details, and how to install and use novelWriter, please see the main website and documentation. @@ -42,33 +38,22 @@ documentation. ## Implementation -novelWriter is written with Python and Qt6 with PyQt6 Python binding. It is released on Linux, -Windows and MacOS. It can in principle run on any Operating System that also supports Qt, PyQt and -Python. +novelWriter is written in Python and uses Qt6 with PyQt6 Python binding as the UI framework. It is +released on Linux, Windows and MacOS. It can in principle run on any Operating System that also +supports Qt, PyQt and Python.