diff --git a/README.md b/README.md
index ec130ea5c..63f267584 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# ElectronMail
-is [Electron](https://electronjs.org)-based unofficial desktop client for [ProtonMail](https://protonmail.com/) and [Tutanota](https://tutanota.com/) end-to-end encrypted email providers. The app aims to provide enhanced desktop user experience enabling features that are not supported by the official in-browser web clients.
+is an [Electron](https://electronjs.org)-based unofficial desktop client for [ProtonMail](https://protonmail.com/) and [Tutanota](https://tutanota.com/) end-to-end encrypted email providers. The app aims to provide enhanced desktop user experience enabling features that are not supported by the official in-browser web clients.
It is written in [TypeScript](http://www.typescriptlang.org) and uses [Angular](https://angular.io).
[![Build Status: Linux / MacOS](https://travis-ci.org/vladimiry/ElectronMail.svg?branch=master)](https://travis-ci.org/vladimiry/ElectronMail) [![Build status: Windows](https://ci.appveyor.com/api/projects/status/vex909uhwadrse27?svg=true)](https://ci.appveyor.com/project/vladimiry/ElectronMail)
@@ -13,9 +13,9 @@ The download page with Linux/OSX/Windows installation packages is [here](https:/
`Pacman` and `Snap` packages are also available for installing from the following repositories (both repositories are being maintained by [@joshirio](https://github.com/joshirio)):
-[![Get it from the AUR](images/aurlogo.png)](https://aur.archlinux.org/packages/email-securely-app-bin)
+[![Get it from the AUR](images/aurlogo.png)](https://aur.archlinux.org/packages/electronmail-bin)
-[![Get it from the Snap Store](https://snapcraft.io/static/images/badges/en/snap-store-black.svg)](https://snapcraft.io/email-securely-app)
+[![Get it from the Snap Store](https://snapcraft.io/static/images/badges/en/snap-store-black.svg)](https://snapcraft.io/electron-mail)
## Features
diff --git a/package.json b/package.json
index 75bb9ce43..0a6d67746 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "electron-mail",
"description": "Unofficial desktop app for E2E encrypted email providers",
- "version": "3.0.0",
+ "version": "3.0.1",
"author": "Vladimir Yakovlev ",
"license": "MIT",
"homepage": "https://github.com/vladimiry/ElectronMail",