diff --git a/README.md b/README.md index b8be0e9b..38dd6581 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,13 @@ Typescript client for the Polymarket CLOB +### Security Best Practices + +When using this client, please ensure: +- Never commit your `API_KEY` or `PRIVATE_KEY` to public repositories. +- Use environment variables (`.env` files) to store sensitive credentials. +- Add `.env` to your `.gitignore` file immediately. + ### Usage ```ts