Skip to content

Commit 6c8e9e0

Browse files
authored
Update readme
1 parent 2bb2045 commit 6c8e9e0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ You can test it out using terminal:
2020
from moon.terminal_ui import TerminalUi
2121
2222
ui = TerminalUi()
23-
ui.set_moon_image() #defaults to today's date
23+
ui.set_moon_phase() #defaults to today's date
24+
ui.set_moon_image()
2425
ui.show()
2526
```
2627

@@ -30,7 +31,8 @@ You can alternately test it out using Jupyter notebooks:
3031
from moon.jupyter_ui import JupyterUi
3132
3233
ui = JupyterUi()
33-
ui.set_moon_image() #defaults to today's date
34+
ui.set_moon_phase() #defaults to today's date
35+
ui.set_moon_image()
3436
ui.show()
3537
```
3638

0 commit comments

Comments
 (0)