Skip to content

Commit 4112e7a

Browse files
authored
Update README.md
1 parent 12a8c88 commit 4112e7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Then, find a store that will deliver to the address.
1919

2020
Create an `Order` object.
2121
```python
22-
>>> order = Order(store, customer)
22+
>>> order = Order(store, customer, address)
2323
```
2424

2525
In order to add items to your order, you'll need the items' product codes.

0 commit comments

Comments
 (0)