Skip to content

Commit 816f9cd

Browse files
authored
Fixing incorrect code in readme
"store" does not exist. Changed it to use the Store object that the user created earlier.
1 parent f28b08d commit 816f9cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ You can do this by asking your ``Store`` object for its ``Menu``.
4646

4747
.. code-block:: python
4848
49-
menu = store.get_menu()
49+
menu = my_local_dominos.get_menu()
5050
5151
Then search ``menu`` with ``menu.search``. For example, running this command:
5252

0 commit comments

Comments
 (0)