diff --git a/README.md b/README.md
index 5d459705..d3b32b4b 100644
--- a/README.md
+++ b/README.md
@@ -245,9 +245,9 @@ Steps for using the configuration:
#### On Ubuntu (Tested on 18.04)
-Taken from [adaptation](https://askubuntu.com/posts/1039949/revisions) of [Pavel Answer on askubuntu](https://askubuntu.com/revisions/1036473/1). To use flameshot instead of default screenshot application in ubuntu we need to release the binding on Prt Sc key, and then create a new binding for `/usr/bin/flameshot gui`.
+To use Flameshot instead of the default screenshot application in Ubuntu we need to remove the binding on Prt Sc key, and then create a new binding for `/usr/bin/flameshot gui` ([adaptated](https://askubuntu.com/posts/1039949/revisions) from [Pavel's answer on AskUbuntu](https://askubuntu.com/revisions/1036473/1).
-1. Release the binding on Prt Sc using the following command.
+1. Remove the binding on Prt Sc using the following command.
```shell
gsettings set org.gnome.settings-daemon.plugins.media-keys screenshot '[]'
@@ -259,19 +259,19 @@ Taken from [adaptation](https://askubuntu.com/posts/1039949/revisions) of [Pavel
4. Then click "_Set Shortcut.._" and press Prt Sc. This will show as "_print_".
-Now everytime You press Prt Sc it will start the flameshot gui instead of the default application
+Now every time you press Prt Sc, it will start the Flameshot GUI instead of the default application.
## Considerations
- Experimental Gnome Wayland and Plasma Wayland support.
-- If you are using Gnome you need to install the [Gnome Shell Extension Appindicator](https://github.com/Ubuntu/gnome-shell-extension-appindicator) extension in order to see the systemtray icon.
+- If you are using Gnome you need to install the [Gnome Shell Extension Appindicator](https://github.com/Ubuntu/gnome-shell-extension-appindicator) extension in order to see the system tray icon.
-- Press Enter or Ctrl + C when you are in a capture mode and you don't have an active selection and the whole desktop will be copied to your clipboard! Pressing Ctrl + S will save your capture in a file! Check the [Shortcuts](#keyboard-shortcuts) for more information.
+- Press Enter or Ctrl + C when you are in a capture mode and you don't have an active selection and the whole desktop will be copied to your clipboard. Pressing Ctrl + S will save your capture to a file. Check the [Shortcuts](#keyboard-shortcuts) for more information.
-- Flameshot works best with a desktop environment that includes dbus. See this [article](https://wiki.archlinux.org/index.php/Flameshot#Troubleshooting) for tips on using Flameshot in a minimal window manager (dwm, i3, xmonad, etc)
+- Flameshot works best with a desktop environment that includes D-Bus. See this [article](https://wiki.archlinux.org/index.php/Flameshot#Troubleshooting) for tips on using Flameshot in a minimal window manager (dwm, i3, xmonad, etc).
-- In order to speed up the first launch of Flameshot (DBus init of the app can be slow), consider starting the application automatically on boot.
+- In order to speed up the first launch of Flameshot (D-Bus init of the app can be slow), consider starting the application automatically on boot.
- Quick tip: If you don't have Flameshot to autostart at boot and you want to set keyboard shortcut, use the following as the command for the keybinding:
```sh
( flameshot &; ) && ( sleep 0.5s && flameshot gui )
@@ -281,20 +281,15 @@ Now everytime You press Prt Sc it will start the flameshot gui instea
Flameshot can be installed on Linux and Microsoft Windows currently.
-There are no macOS port of flameshot now that can be easy installed. But you can build flameshot
-by yourself and use it. Please participate in the development of flameshot and help us make a
-macOS version.
+There is no macOS port of Flameshot currently that can be easily installed. But you can build Flameshot yourself and use it. Please participate in the development of Flameshot and help us make a macOS version.
### Prebuilt packages
-Some prebuilt packages are provided on the release page of the GitHub project
-repository.
-[Click here to visit the release page.](https://github.com/flameshot-org/flameshot/releases).
+Some prebuilt packages are provided on [the release page of the GitHub project repository](https://github.com/flameshot-org/flameshot/releases).
### Packages from Repository
-There are packages available in the repository of
-some Linux distributions:
+There are packages available in the repository of some Linux distributions:
- [Arch](https://www.archlinux.org/packages/community/x86_64/flameshot/): `pacman -S flameshot`
+ Snapshot also available via AUR: [flameshot-git](https://aur.archlinux.org/packages/flameshot-git).