From 96346926cd63f10629745a9daa71f2c65f8aa177 Mon Sep 17 00:00:00 2001 From: Gardner Bickford Date: Thu, 27 Oct 2016 11:00:28 -0500 Subject: [PATCH] Updating README to use https url instead of git url. Removing trailing slash from documentation to address issue #18 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ddeb9b8..ccd3d15 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ endpoint: - type: REGEX regex: ".*.*" cachet: - api_url: http://status.cachethq.io/api/v1/ + api_url: http://status.cachethq.io/api/v1 token: my_token component_id: 1 metric_id: 1 @@ -56,7 +56,7 @@ frequency: 30 The application should be installed using **virtualenv**, through the following command: ``` -$ git clone git@github.com:mtakaki/cachet-url-monitor.git +$ git clone https://github.com/mtakaki/cachet-url-monitor.git $ virtualenv cachet-url-monitor $ cd cachet-url-monitor $ source bin/activate @@ -91,4 +91,4 @@ If you're going to use a file with a name other than `config.yml`, you will need ``` $ docker run --rm -it -v "$PWD"/my_config.yml:/usr/src/app/config/config.yml:ro mtakaki/cachet-url-monitor:0.2 -``` \ No newline at end of file +```