From cac9688f02ada3137757576e6bf25f6d565b4241 Mon Sep 17 00:00:00 2001 From: Martin Ashby Date: Tue, 15 May 2018 22:43:26 +0100 Subject: Changed url in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 496dc94..54a4d9c 100644 --- a/README.md +++ b/README.md @@ -2,5 +2,5 @@ A pretty basic painting app for the Raspberry Pi Unicorn HD hat. Allows multiple people to paint at once & updates in real time. To run: -`curl "https://github.com/MFAshby/unicornpaint/raw/master/download_and_run.sh" | sh` -Open your browser to http://:3001/ \ No newline at end of file +`curl "https://raw.githubusercontent.com/MFAshby/unicornpaint/master/download_and_run.sh" | sh` +Open your browser to http://:3001/ -- cgit v1.2.3-ZIG