diff --git a/DESCRIPTION.md b/DESCRIPTION.md
index 11794f3..88f2ce7 100644
--- a/DESCRIPTION.md
+++ b/DESCRIPTION.md
@@ -1,11 +1,14 @@
---
+
### [choco://messenger](choco://messenger)
+
To use choco:// protocol URLs, install [(unofficial) choco:// Protocol support](https://community.chocolatey.org/packages/choco-protocol-support)
---
## Go big with Messenger
+
A simple app that lets you text, video chat, and stay close with people you care about.
![Messenger Screenshot](https://cdn.jsdelivr.net/gh/brogers5/chocolatey-package-messenger@41f54bf64d8c817bf3663b1c331fe5074df2923f/Screenshot.png)
@@ -13,31 +16,41 @@ A simple app that lets you text, video chat, and stay close with people you care
### Features
#### CROSS-APP COMMUNICATION - Hang with your favorite people on your favorite apps and devices
+
Messenger powers conversations within Facebook, Instagram, Portal, and Oculus.
#### WATCH TOGETHER - Enjoy videos with your friends
+
Watch movies, music videos, TV shows and more with your friends over video chat.
#### CUSTOM REACTIONS - Say it with any emoji
+
Lost for words? Now you can customize your reactions, with way more emojis to choose from, including 🎉 and 🔥.
#### ANIMATED EFFECTS - Express yourself
+
Bring your conversations to life with fun AR effects, message effects and selfie stickers.
#### CHAT THEMES - Your chats, Your way
+
Choose from fun themes and colors to make your chats more personal ❤️ 🏳️🌈
#### REPLIES & FORWARDING - Let the conversation flow
+
Choose the exact message you want to reply to or forward, right in your chat.
#### PAYMENTS - Send money to friends & family
-Send and receive money securely and easily by adding your debit card, PayPal account or reloadable prepaid card.
+
+Send and receive money securely and easily by adding your debit card, PayPal account or reloadable prepaid card.
+
Available in the US only. Single-source cards eligible for sending money only.
#### BUSINESS - Connect with businesses
+
Find deals, make reservations and get customer support by chatting with your favorite businesses right from Messenger.
## Package Notes
+
Facebook hides Messenger downloads behind a timestamped download URL that is generated by a request to a canonical URL. While it seems possible to influence which software version is served (namely with `User-Agent` spoofing), the resulting URL is obfuscated and implements signature matching to prevent tampering, which makes reverse engineering of the server's behavior difficult. Therefore, this package will only support the latest available version, and should be treated similarly to packages with a non-versioned download URL.
This means the installer binary's checksum will periodically change, and a newly released software version will break this package version. Consequently, FOSS users should generally consider older package versions to be obsolete and unsupported. Obsolete package versions may be unlisted if the Chocolatey CDN has not cached the download before obsoletion.
diff --git a/ReadMe.md b/ReadMe.md
index f7721e6..05774e1 100644
--- a/ReadMe.md
+++ b/ReadMe.md
@@ -1,9 +1,12 @@
# Chocolatey Package: [Messenger](https://community.chocolatey.org/packages/messenger/)
+
[![Chocolatey package version](https://img.shields.io/chocolatey/v/messenger.svg)](https://community.chocolatey.org/packages/messenger/)
[![Chocolatey package download count](https://img.shields.io/chocolatey/dt/messenger.svg)](https://community.chocolatey.org/packages/messenger/)
## Install
+
[Install Chocolatey](https://chocolatey.org/install), and run the following command to install the latest approved version on the Chocolatey Community Repository:
+
```shell
choco install messenger
```
@@ -15,7 +18,9 @@ choco install messenger --source="'.;https://community.chocolatey.org/api/v2/'"
```
## Build
+
[Install Chocolatey](https://chocolatey.org/install), clone this repository, and run the following command in the cloned repository:
+
```shell
choco pack
```
@@ -25,14 +30,17 @@ A successful build will create `messenger.x.y.z.nupkg`, where `x.y.z` should be
Note that Chocolatey package builds are non-deterministic. Consequently, an independently built package will fail a checksum validation against officially published packages.
## Update
+
This package should be automatically updated by the [Chocolatey Automatic Package Updater Module](https://github.com/majkinetor/au). If it is outdated by more than a few days, please [open an issue](https://github.com/brogers5/chocolatey-package-messenger/issues).
AU expects the parent directory that contains this repository to share a name with the Nuspec (`messenger`). Your local repository should therefore be cloned accordingly:
+
```shell
git clone git@github.com:brogers5/chocolatey-package-messenger.git messenger
```
Alternatively, a junction point can be created that points to the local repository (preferably within a repository adopting the [AU packages template](https://github.com/majkinetor/au-packages-template)):
+
```shell
mklink /J messenger ..\chocolatey-package-messenger
```