diff --git a/README.md b/README.md
index 61e8ebb..bce175f 100644
--- a/README.md
+++ b/README.md
@@ -94,7 +94,7 @@ for transferring data with URLs.
:small_orange_diamond: tshark - dump and analyze network traffic (wireshark cli).
:small_orange_diamond: fierce - a DNS reconnaissance tool for locating non-contiguous IP space.
:small_orange_diamond: sublist3r - fast subdomains enumeration tool for penetration testers.
- :small_orange_diamond: amass - the OWASP tool obtains subdomain names by scraping data sources, recursive brute forcing, crawling web archives and more.
+ :small_orange_diamond: amass - tool obtains subdomain names by scraping data sources, crawling web archives and more.
:small_orange_diamond: Nemesis - packet manipulation CLI tool; craft and inject packets of several protocols.
:small_orange_diamond: packetfu - a mid-level packet manipulation library for Ruby.
:small_orange_diamond: Scapy - packet manipulation library; forge, send, decode, capture packets of a wide number of protocols.
@@ -149,7 +149,7 @@ for transferring data with URLs.
:small_orange_diamond: Burp Suite - tool for testing Web application security, intercepting proxy to replay, inject, scan and fuzz HTTP requests.
:small_orange_diamond: OWASP Zed Attack Proxy - intercepting proxy to replay, inject, scan and fuzz HTTP requests.
:small_orange_diamond: Nikto2 - web server scanner which performs comprehensive tests against web servers for multiple items.
- :small_orange_diamond: sqlmap - tool that automates the process of detecting and exploiting SQL injection flaws and taking over of database servers.
+ :small_orange_diamond: sqlmap - tool that automates the process of detecting and exploiting SQL injection flaws.