diff options
author | Aldo Cortesi <aldo@nullcube.com> | 2011-08-05 10:23:32 +1200 |
---|---|---|
committer | Aldo Cortesi <aldo@nullcube.com> | 2011-08-05 10:23:32 +1200 |
commit | 98a7aaca182ce6b879329bbaeb06efca284c6220 (patch) | |
tree | a9afa1dae76d3206990cc49a30c2433ea6077609 /doc-src/scripts.html | |
parent | ce48cb4debab8caa518ea54e36dee722aaabb8a5 (diff) | |
download | mitmproxy-98a7aaca182ce6b879329bbaeb06efca284c6220.tar.gz mitmproxy-98a7aaca182ce6b879329bbaeb06efca284c6220.tar.bz2 mitmproxy-98a7aaca182ce6b879329bbaeb06efca284c6220.zip |
Documentation.
Diffstat (limited to 'doc-src/scripts.html')
-rw-r--r-- | doc-src/scripts.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc-src/scripts.html b/doc-src/scripts.html index 30f52ed8..2514923e 100644 --- a/doc-src/scripts.html +++ b/doc-src/scripts.html @@ -8,7 +8,7 @@ The script interface is simple - scripts simply read, modify and return a single __libmproxy.flow.Flow__ object, using the methods defined in the __libmproxy.script__ module. Scripts must be executable. -$!example("examples/simple_script")!$ +!example("examples/simple_script")!$ |