Skip to content

Commit

Permalink
Doc updates
Browse files Browse the repository at this point in the history
  • Loading branch information
lukin0110 committed Dec 21, 2024
1 parent 786eb30 commit 0e4be61
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ curl -i -X PUT 'https://httpbin.org/put' \
--data '{"name": "Jeffrey", "last_name": "Lebowski"}'
```

### Store environment variables
### Use environment & store environment variables

Create an _"environments"_ file called `zapenvs.py`:
```python
Expand Down Expand Up @@ -225,10 +225,9 @@ Environment: default
my_date=Sat, 21 Dec 2024 22:57:38 GMT
```


### More examples

More example `Zapfiles` can be found in [zaps](zaps). Dive deeper on how to use environments, environment variables and cookies.
More example `Zapfiles` can be found in [zaps](zaps). Dive deeper into how to use environments, environment variables, and cookies.

## 🧑‍💻 Contributing

Expand Down

0 comments on commit 0e4be61

Please sign in to comment.