diff --git a/CHANGELOG.md b/CHANGELOG.md index 270a8c2..8ba6667 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # create-browser-app +## 2.5.3 + +### Patch Changes + +- Currently, the README states that running on a local browser requires you to switch LOCAL to BROWSERBASE in stagehand.config.ts - this updates the file location to index.ts, and swaps the order to be BROWSERBASE -> LOCAL + ## 2.5.2 ### Patch Changes diff --git a/package.json b/package.json index 067415a..be9e1ca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "create-browser-app", - "version": "2.5.2", + "version": "2.5.3", "description": "", "bin": { "create-browser-app": "./dist/cli.js" diff --git a/template/README.md b/template/README.md index 60de656..acbd14a 100644 --- a/template/README.md +++ b/template/README.md @@ -32,4 +32,4 @@ We have custom .cursorrules for this project. It'll help quite a bit with writin ### Run on Local -To run on a local browser, add your API keys to .env and change `env: "LOCAL"` to `env: "BROWSERBASE"` in [stagehand.config.ts](stagehand.config.ts). +To run on a local browser, add your API keys to .env and change `env: "BROWSERBASE"` to `env: "LOCAL"` in [index.ts](index.ts).