diff --git a/Q&A.md b/Q&A.md
index 65ed539..1f71273 100644
--- a/Q&A.md
+++ b/Q&A.md
@@ -42,15 +42,11 @@ Please note that some functions like alternative Fonts or Styles are not availab
### Is there a desktop version?
Modern technologies allow any web-application to be turned into a desktop application that support all features of the web app. There are 2 options supported:
-* [PWA](https://web.dev/what-are-pwas). Chromium-based browsers (Chrome, Edge, Opera, etc.) in Windows will prompt you with a big button 'Install'. Just click on it and confirm the installation. Installed tool will be added to your desktop and opened automatically. The version is getting auto-updated on open.
-* [Electron](https://github.com/electron/electron). Download an archive for your architecture (see below), unzip and run the executable file. Electron version requires internet connection.
+* PWA. Chromium-based browsers (Chrome, Edge, Opera, etc.) in Windows will prompt you with a big button 'Install'. Just click on it and confirm the installation. Installed tool will be added to your desktop and opened automatically.
+* Electron. Download an archive for your architecture below, unzip and run the executable file or package.
-[Windows x64](https://github.com/Azgaar/Fantasy-Map-Generator/releases/download/v1.3/FMG-win32-x64.zip)
-| [Windows ia32](https://github.com/Azgaar/Fantasy-Map-Generator/releases/download/v1.3/FMG-win32-ia32.zip)
-| [Linux](https://github.com/Azgaar/Fantasy-Map-Generator/releases/download/v1.3/FMG-linux-x64.zip)
-| [MacOS](https://github.com/Azgaar/Fantasy-Map-Generator/releases/download/v1.3/FMG-macos-x64.dmg)
-To update the version just clean up the cache (Alt -> Window -> Clean stored data). For some users desktop application can be a bit faster than web application.
+Both versions require Internet connection for the first run. Once app data is loaded to the memory, it may work offline. To update the version just clean up the cache (Alt -> Window -> Clean stored data). For some users desktop application can be a bit faster than web application.
### Which browsers are supported?
The Generator should work in any modern browser except of Safari. The tool is developed using Chrome, so it has the best support. I also try to support the latest Firefox version, but it is reported to have worse performance. Edge 79 and later will also work. Latest Opera and Yandex Browser should work fine as well. Outdated browsers like Internet Explorer are not supported.