From 3c262651f0bc3d4e2c3ad647f43a2a3eea868b0d Mon Sep 17 00:00:00 2001 From: Roberto Leinardi Date: Tue, 9 Jan 2018 20:25:35 +0100 Subject: [PATCH] Update README.md --- driver-ds3231/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/driver-ds3231/README.md b/driver-ds3231/README.md index feb3411..7b6deb7 100644 --- a/driver-ds3231/README.md +++ b/driver-ds3231/README.md @@ -30,8 +30,9 @@ and the [jpuderer-things-drivers driver from jpuderer](https://github.com/jpuder #### Persist on reboot/poweroff system wall clock time If you are just interested in persisting the system wall clock time when you reboot or power off your device, simply add the line below to your project's `build.gradle`, -where `` matches the last version of the driver available on [jcenter][jcenter]. -No additional code changes are required. +where `` matches the last version of the driver available on [jcenter][jcenter]. + +_No additional code changes are required_. ``` dependencies { implementation 'com.leinardi.android.things:driver-ds3231-receiver:'