From 47ffcd5d7fcf34cb66543994eb2d17e178ffed66 Mon Sep 17 00:00:00 2001
From: Rhys Arkins <rhys@keylocation.sg>
Date: Wed, 11 Jan 2017 11:26:51 +0100
Subject: [PATCH] Correct examples in README

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

diff --git a/README.md b/README.md
index 077d11c3ba..661ab2b863 100644
--- a/README.md
+++ b/README.md
@@ -35,11 +35,11 @@ node src singapore/renovate
 Example of running with a custom `package.json` location:
 
 ```sh
-node src JDSUW284HSJDSFKSUS22942H2H15KK singapore/renovate containers/build/package.json
+node src singapore/renovate containers/build/package.json
 ```
 
 Note: as mentioned above, you need to expose the environment variable `RENOVATE_TOKEN`. One way of doing it is like this:
 
 ```sh
-RENOVATE_TOKEN=JDSUW284HSJDSFKSUS22942H2H15KK node src singpaore/renovate
+RENOVATE_TOKEN=JDSUW284HSJDSFKSUS22942H2H15KK node src singapore/renovate
 ```
-- 
GitLab