truetime-android
truetime-android copied to clipboard
Error on Caveats Gotchas wiki page
I think there is an error on the Caveats Gotchas Wiki Page:
TrueTimeRx.initializeNtp("time.google.com") should be TrueTimeRx.build().initializeNtp("time.google.com") as initializeNtp is non-static and should be called upon the instance.