Skip to content

Commit 3d35190

Browse files
committed
Modified README file.
1 parent a16648c commit 3d35190

2 files changed

Lines changed: 2 additions & 8 deletions

File tree

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,7 @@ python setup.py install
2121
```
2222

2323
## Requirements
24-
* httplib2
2524
* oauth2
26-
* urllib
27-
* json
2825

2926
## Getting Started
3027

README.rst

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,7 @@ To install the latest source from the repository
2929
Requirements
3030
------------
3131

32-
- httplib2
3332
- oauth2
34-
- urllib
35-
- json
3633

3734
Getting Started
3835
---------------
@@ -174,14 +171,14 @@ Explore Price Histories
174171
~~~~~~~~~~~~~~~~~~~~~~~
175172

176173
For this example, we are going to look at a particular product that is
177-
sold by select mercgants and whose price is >= USD 30 and seen after a
174+
sold by select mercants and has a price of >= USD 30 and seen after a
178175
specific date (specified as a UNIX timestamp).
179176

180177
::
181178

182179
# Build the query
183180
products.offers_field( "sem3_id", "4znupRCkN6w2Q4Ke4s6sUC");
184-
products.offers_field( "seller", ["ATRQ56T3H9TM5","LFleurs","Frys","Walmart"] );
181+
products.offers_field( "seller", ["LFleurs","Frys","Walmart"] );
185182
products.offers_field( "currency", "USD");
186183
products.offers_field( "price", "gte", 30);
187184
products.offers_field( "lastrecorded_at", "gte", 1348654600);

0 commit comments

Comments
 (0)