diff --git a/.gitignore b/.gitignore
index a2918fe..1c0a173 100644
--- a/.gitignore
+++ b/.gitignore
@@ -151,4 +151,5 @@ crashlytics-build.properties
fabric.properties
# Other
-phpggc-master
\ No newline at end of file
+phpggc-master
+.DS_Store
\ No newline at end of file
diff --git a/README.md b/README.md
index 27cb3da..9d0b76a 100644
--- a/README.md
+++ b/README.md
@@ -2,9 +2,9 @@
## About
The script has been made for exploiting the Laravel RCE (CVE-2021-3129) vulnerability.
-This script allows you to write/execute commands on a website running Laravel <= v8.4.2, that has "APP_DEBUG" set to "true" in it's ".env" file.
+This script allows you to write/execute commands on a website running Laravel <= v8.4.2, that has "APP_DEBUG" set to "true" in its ".env" file.
-It currently has supports for searching the log file, executing commands, writing to the log file and support for clearing log files.
+It currently has support for searching the log file, executing commands, writing to the log file, and support for clearing log files.
## Setup
```