From 4f18aeee47ee4d405606cf22c78eb7a48ace2532 Mon Sep 17 00:00:00 2001
From: Chris <chris@codingallnight.com>
Date: Thu, 15 Mar 2018 23:14:22 -0700
Subject: [PATCH] Update README.md

---
 README.md | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 3f9a390..3be03d0 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
-- 
GitLab