From b4446f2d75431a2be23d454c0ca1659a42bc7bd6 Mon Sep 17 00:00:00 2001 From: Kevin Abel <kevin.abel.0@gmail.com> Date: Wed, 11 Jun 2014 10:40:50 -0500 Subject: [PATCH] Update README with "purpose" information and simplified "setup" --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 3ae53d4..0a828a5 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,7 @@ PURPOSE -------- +Proxies UNL Alerts issued from external vendor applications so they can be distributed in CAP format. SETUP ----- -1. Create an application using the same twitter account that you want to sync with (https://dev.twitter.com/apps). - Fill out all required fields (Callback URL does not need to be defined). -2. On your application page create your access token under "Your access token" -3. Copy configsample.inc.php to config.inc.php -4. Uncomment and answer all required variables. +1. Copy configsample.inc.php to config.inc.php -- GitLab