Skip to content

Commit

Permalink
chore: update README with time.google.com
Browse files Browse the repository at this point in the history
cause why not
  • Loading branch information
kaushikgopal authored Dec 23, 2016
1 parent a63e18d commit 08e04e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ If you're down to using [RxJava](https://github.com/ReactiveX/RxJava) then we go

```java
TrueTimeRx.build()
.initializeRx("0.north-america.pool.ntp.org")
.initializeRx("time.google.com")
.subscribeOn(Schedulers.io())
.subscribe(date -> {
Log.v(TAG, "TrueTime was initialized and we have a time: " + date);
Expand Down

0 comments on commit 08e04e6

Please sign in to comment.