suncalc-php icon indicating copy to clipboard operation
suncalc-php copied to clipboard

Wrong function name in usage example

Open J4nsen opened this issue 8 years ago • 0 comments

Hi, thanks for this library!

In the usage example $sunrisePos = $sc->getPosition($sunTimes['sunrise']); should be $sunrisePos = $sc->getSunPosition($sunTimes['sunrise']);

J4nsen avatar May 29 '17 17:05 J4nsen