diff --git a/README.md b/README.md index 3f9a390cb1fa60d38d08cd77e64bfc6677083bbe..3be03d0cd6deb0e3fe41e7b934584f478a8d5175 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,18 @@ RPI-RTC ========= -This role configures the `ds3231` real time clock (RTC) for the Raspberry Pi. +This role configures the real time clock (RTC) for the Raspberry Pi. Requirements ------------ -This role requires Ansible 2.4 or higher. +- This role requires Ansible 2.4 or higher. +- A Raspberry Pi with a `DS1307` RTC, `DS3231` RTC, or any other RTC that is compatible with the `DS1307` drivers. Example Playbook ---------------- -This is the basic way to use this role. This will configure the `ds3231` real time clock for the Raspberry Pi. +This is the basic way to use this role. This will configure the real time clock for the Raspberry Pi. ``` - hosts: servers