suncalc-php
suncalc-php copied to clipboard
Wrong function name in usage example
Hi, thanks for this library!
In the usage example $sunrisePos = $sc->getPosition($sunTimes['sunrise']); should be $sunrisePos = $sc->getSunPosition($sunTimes['sunrise']);