diff --git a/Setting-up-Authentication.md b/Setting-up-Authentication.md
index 0ceb932..a443c40 100644
--- a/Setting-up-Authentication.md
+++ b/Setting-up-Authentication.md
@@ -220,7 +220,7 @@ curl -X 'GET' \
-H 'Cookie: sessionid=YOURSESSIONIDVALUEHERE'
```
-This method can also be used safely for requests outside a browser environment (where CSRF/CORS restrictions do not apply),
e.g. many tools like `curl`, `wget`, Postman, etc. can use cookies for request authentication.
+This method can also be used for requests outside a browser environment (where CSRF/CORS does not apply),
e.g. many CLI tools like `curl` or `wget` or apps like Postman can use cookies for request authentication.