diff --git a/choco/arp-scanner.nuspec b/choco/arp-scanner.nuspec
index d65f4ec..58ed0ed 100644
--- a/choco/arp-scanner.nuspec
+++ b/choco/arp-scanner.nuspec
@@ -68,17 +68,16 @@ enclosed in quotation marks, you should use an editor that supports UTF-8, not t
what url are the software docs located?-->
- arp-scanner arp p2p fiel-transfer
+ arp-scanner arp
A lightweight cross-platform IP scanner
**Usage**
1. Download the latest release
- - Chocolatey (Windows): `choco install arp-scanner --version=0.2.0`
- - Snapcraft (Linux): `snap install arp-scanner`\
- and `snap connect arp-scanner:network-control` to give it permission to send arp requests
+ - Chocolatey (Windows): `choco install arp-scanner`
+ - Snapcraft (Linux): `snap install arp-scanner`
- GitHub (Windows/Linux): https://github.com/Stone-Red-Code/ARP-Scanner/releases
- 1. Start `arp-scanner` with the IP range it should scan as parameter (e.g. `192.168.1.0 - 192.168.1.255`)
+ 2. Start `arp-scanner` with the IP range it should scan as parameter (e.g. `192.168.1.0 - 192.168.1.255`)
> Note: This programm may not work on all linux distributions because the [ArpLookup](https://github.com/georg-jung/ArpLookup) library has some [limitations](https://github.com/georg-jung/ArpLookup#supported-platforms)
diff --git a/choco/tools/VERIFICATION.txt b/choco/tools/VERIFICATION.txt
index 1ad851a..08d432d 100644
--- a/choco/tools/VERIFICATION.txt
+++ b/choco/tools/VERIFICATION.txt
@@ -3,4 +3,4 @@ Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
Checksum: c37a793bae228da768c9d4223d12608bfa28decbe7142e9ac19a49795cf23b82b2f0434032b98883343c658276bf2e4423926fbf79c65c48ae6cf11ad48d37ad
-Veify using: certutil -hashfile ARP-Scanner.exe sha512
\ No newline at end of file
+Veify using: certutil -hashfile C:\ProgramData\Chocolatey\lib\arp-scanner\ARP-Scanner.exe sha512
\ No newline at end of file