Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e1eab52

Browse files
committedJul 2, 2014
add submit() step to README
1 parent 7d2f44b commit e1eab52

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Documentation is available at [http://www.vzzual.com/page_API.html](http://www.v
1515
req = vzzual.Request.create(
1616
filters=[{ 'filter': 'facedetect' }, { 'filter': 'exif' }])
1717
req.add_files('image.jpg')
18+
req.submit()
1819
results = req.get_results(wait=True)
1920
```
2021
@@ -31,4 +32,4 @@ Documentation is available at [http://www.vzzual.com/page_API.html](http://www.v
3132
3. Run the tests
3233
```sh
3334
$] nose2
34-
```
35+
```

0 commit comments

Comments
 (0)
Please sign in to comment.