Merge pull request #3870 from naivekun/update_document

fix document error
This commit is contained in:
Maximilian Hils 2020-03-30 23:08:17 +02:00 committed by GitHub
commit 7d87154130
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -53,7 +53,7 @@ See the [client-side replay]({{< relref "overview-features#client-side-replay"
### Running a script
{{< highlight bash >}}
mitmdump -s examples/add_header.py
mitmdump -s examples/simple/add_header.py
{{< / highlight >}}
This runs the **add_header.py** example script, which simply adds a new
@ -62,7 +62,7 @@ header to all responses.
### Scripted data transformation
{{< highlight bash >}}
mitmdump -ns examples/add_header.py -r srcfile -w dstfile
mitmdump -ns examples/simple/add_header.py -r srcfile -w dstfile
{{< / highlight >}}
This command loads flows from **srcfile**, transforms it according to