Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,17 @@ The clock for geeks now in web version.

## Getting Started

To tell time on the Fibonacci clock you need to do some math. To read the hour, simply add up the corresponding values of the red and blue squares. To read the minutes, do the same with the green and blue squares. The minutes are displayed in 5 minute increments (0 to 12) so you have to multiply your result by 5 to get the actual number.
To tell time on the Fibonacci clock you need to do some math. Follow the steps below to get the time:

* To read the hour, simply add up the corresponding values of the red and blue squares.
* To read the minutes, do the same with the green and blue squares. The minutes are displayed in 5-minute increments (0 to 12), so you have to multiply your result by 5 to get the actual number.

To know more about Fibonacci clock, follow this link: https://goo.gl/uvkHHf

To know more about fibonacci clock follow this link : https://goo.gl/uvkHHf
## License

This project is licensed under the MIT License

## Acknowledgments

* Thanks to https://github.com/pchretien and his project https://github.com/pchretien/fibo
Thanks to https://github.com/pchretien and his project https://github.com/pchretien/fibo