diff --git a/README.md b/README.md
index 9e580d4..b976054 100644
--- a/README.md
+++ b/README.md
@@ -32,6 +32,13 @@ Go to your client folder (frontend), and set your workspace:
> npm install
> npm start
+```
+We're unable to detect target browsers.
+Would you like to add the defaults to your package.json? (Y/n)
+```
+
+> Y
+
### STEP 3:
diff --git a/client/package.json b/client/package.json
index cc315a1..693abed 100644
--- a/client/package.json
+++ b/client/package.json
@@ -12,17 +12,5 @@
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-scripts": "^4.0.1"
- },
- "browserslist": {
- "production": [
- ">0.2%",
- "not dead",
- "not op_mini all"
- ],
- "development": [
- "last 1 chrome version",
- "last 1 firefox version",
- "last 1 safari version"
- ]
}
}