From 9fd9f27d1d0e7dcd8a467a5328827f399aec82da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Deuchnord?= Date: Tue, 10 Dec 2019 21:40:08 +0100 Subject: [PATCH] docs: update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0c01246..e98ad1e 100644 --- a/README.md +++ b/README.md @@ -54,8 +54,8 @@ For comfort, you may want to invoke `pipenv shell` first and then just `python k Using Kosmorro is as simple as invoking `kosmorro` in your terminal! -By default, it will compute and display the ephemerides for the current day, for the cordinates `(0;0)`. -To set your position on Earth, get your coordinates (with [OpenStreetMap](https://www.openstreetmap.org) for instance), and give them to Kosmorro by invoking it with the following parameters: `--latitude=X --longitude=Y` (replace `X` by the latitude and `Y` by the longitude). +By default, it will give you the current Moon phase and, if any, the events that will occur today. +To get the rise, culmination and set of the objects of the Solar system, you will need to give it your position on Earth: get your current coordinates (with [OpenStreetMap](https://www.openstreetmap.org) for instance), and give them to Kosmorro by invoking it with the following parameters: `--latitude=X --longitude=Y` (replace `X` by the latitude and `Y` by the longitude). Kosmorro has a lot of available options. To get a list of them, run `kosmorro --help`.