Skip to content

Commit 13b1145

Browse files
committed
docs: fix Virgin Australia spelling in docker examples
1 parent c822eeb commit 13b1145

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

docker/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ For other issues, see the main README or open a GitHub issue.
145145
| ----------------- | ---------------------------------- |
146146
| **[Cloudflare](cloudflare-docker)** | Reverse proxy test (Cloudflare) with Docker |
147147
| **[Wizzair](wizzair-docker)** | Airline website compatibility demo with Docker |
148-
| **[Virginia Australia](virginaustralia_docker)** | JFK→BOS GraphQL capture demo (profiles, per-launch proxy) |
148+
| **[Virgin Australia](virginaustralia_docker)** | JFK→BOS GraphQL capture demo (profiles, per-launch proxy) |
149149

150150
---
151151

docker/virginaustralia_docker/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# ✈️ Virginia Australia Capture with Docker
1+
# ✈️ Virgin Australia Capture with Docker
22

33
For Academic and Authorized Testing Environments. See the project [Legal Disclaimer](../../DISCLAIMER.md) and [Responsible Use Guidelines](../../RESPONSIBLE_USE.md) for usage boundaries.
44

@@ -87,7 +87,7 @@ Environment variables (see `docker-compose.yml`):
8787
- `BOT_PROFILES_DIR` (optional): directory holding profile files; one is chosen at random per browser launch.
8888
- `PROXY_SERVER` (optional): template supporting `{SID}` for per-launch proxy values.
8989

90-
Adjust URLs or timeouts inside `main.js` if the Virginia Australia flow changes.
90+
Adjust URLs or timeouts inside `main.js` if the Virgin Australia flow changes.
9191

9292
---
9393

docker/virginaustralia_docker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "virginaustralia-docker",
33
"version": "1.0.0",
4-
"description": "BotBrowser + puppeteer-core capture for Virginia Australia booking page",
4+
"description": "BotBrowser + puppeteer-core capture for Virgin Australia booking page",
55
"type": "module",
66
"main": "main.js",
77
"scripts": {

0 commit comments

Comments
 (0)