Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
spacerest authored Apr 19, 2020
1 parent 2bb2045 commit 6c8e9e0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ You can test it out using terminal:
from moon.terminal_ui import TerminalUi
ui = TerminalUi()
ui.set_moon_image() #defaults to today's date
ui.set_moon_phase() #defaults to today's date
ui.set_moon_image()
ui.show()
```

Expand All @@ -30,7 +31,8 @@ You can alternately test it out using Jupyter notebooks:
from moon.jupyter_ui import JupyterUi
ui = JupyterUi()
ui.set_moon_image() #defaults to today's date
ui.set_moon_phase() #defaults to today's date
ui.set_moon_image()
ui.show()
```

Expand Down

0 comments on commit 6c8e9e0

Please sign in to comment.