From 5b06763f639e21324e9cb31ef94e7e67ebd167fb Mon Sep 17 00:00:00 2001 From: Dan Sosedoff Date: Fri, 14 Jan 2022 20:39:11 -0600 Subject: [PATCH] Readme update --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b23d79d..9b8cf21 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # github-events -Utility to listen to Github events for a given repository +A CLI tool to subscribe to to Github events from your local repository ## Overview @@ -108,4 +108,4 @@ While the event proxy server is hosted on Heroku, you can run the server locally ```bash github-events -server -``` \ No newline at end of file +```