Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
quote cookie value
  • Loading branch information
l4rm4nd authored May 17, 2024
1 parent a4dcc06 commit b859edc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ options:
### 🐳 Example 1 - Docker Run

````
docker run --rm l4rm4nd/xingdumper:latest --url https://www.xing.com/pages/audiag --cookie <cookie> --email-format '{0}.{1}@apple.de'
docker run --rm l4rm4nd/xingdumper:latest --url https://www.xing.com/pages/audiag --cookie '<cookie>' --email-format '{0}.{1}@apple.de'
````

### 🐍 Example 2 - Native Python
Expand All @@ -66,7 +66,7 @@ docker run --rm l4rm4nd/xingdumper:latest --url https://www.xing.com/pages/audia
# install dependencies
pip install -r requirements.txt
python3 xingdumper.py --url https://www.xing.com/pages/audiag --cookie <cookie> --email-format '{0}.{1}@apple.de
python3 xingdumper.py --url https://www.xing.com/pages/audiag --cookie '<cookie>' --email-format '{0}.{1}@apple.de'
````

## 💎 Outputs
Expand Down

0 comments on commit b859edc

Please sign in to comment.