Skip to content

Commit

Permalink
updated doc
Browse files Browse the repository at this point in the history
  • Loading branch information
justquick committed Nov 7, 2009
1 parent ac2ce90 commit 7a0dfcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ across multiple Varnish instances. Here are the features of this python module
Example:

>>> manager = VarnishManager( ('server1:6082', 'server2:6082') )
>>> print manager.run('purge.url', '^/$')
>>> manager.run('purge.url', '^/$')
>>> manager.close()

0 comments on commit 7a0dfcf

Please sign in to comment.