Skip to content

Commit 59791b9

Browse files
authored
Update README (#3060)
fix: ad-use readme <!-- This is an auto-generated description by cubic. --> --- ## Summary by cubic Updated the ad-use README for clarity and correctness. Replaced the version note with a proper WARNING callout, updated example URLs to iPhone 17 Pro, and removed the outdated footer and separators. <!-- End of auto-generated description by cubic. -->
2 parents f7343cd + a6efab7 commit 59791b9

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

examples/apps/ad-use/README.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
Automatically generate Instagram ads from any landing page using browser agents and Google's Nano Banana 🍌 image generation model.
44

5-
[!CAUTION]
6-
This demo requires browser-use v0.7.4+.
5+
> [!WARNING]
6+
> This demo requires browser-use v0.7.4+.
77
88
https://github.com/user-attachments/assets/7fab54a9-b36b-4fba-ab98-a438f2b86b7e
99

@@ -30,10 +30,10 @@ export GOOGLE_API_KEY='your-google-api-key-here'
3030

3131
```bash
3232
# Basic - Generate ad from any website
33-
python ad_generator.py https://www.apple.com/iphone-16-pro/
33+
python ad_generator.py https://www.apple.com/iphone-17-pro/
3434

3535
# Debug Mode - See the browser in action
36-
python ad_generator.py https://www.apple.com/iphone-16-pro/ --debug
36+
python ad_generator.py https://www.apple.com/iphone-17-pro/ --debug
3737
```
3838

3939
## Programmatic Usage
@@ -61,7 +61,3 @@ Generated ads are saved in the `output/` directory with:
6161
## License
6262

6363
MIT
64-
65-
---
66-
67-
Powered by [Browser Use](https://github.com/browser-use/browser-use)

0 commit comments

Comments
 (0)