We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bb2045 commit 6c8e9e0Copy full SHA for 6c8e9e0
README.md
@@ -20,7 +20,8 @@ You can test it out using terminal:
20
from moon.terminal_ui import TerminalUi
21
22
ui = TerminalUi()
23
-ui.set_moon_image() #defaults to today's date
+ui.set_moon_phase() #defaults to today's date
24
+ui.set_moon_image()
25
ui.show()
26
```
27
@@ -30,7 +31,8 @@ You can alternately test it out using Jupyter notebooks:
30
31
from moon.jupyter_ui import JupyterUi
32
33
ui = JupyterUi()
34
35
36
37
38
0 commit comments