From 0e3e41bdc6c2b4938c80f16a4d888cb257e0034c Mon Sep 17 00:00:00 2001 From: Ismael Padilla Date: Mon, 3 Feb 2020 08:11:23 -0300 Subject: [PATCH] README.md now points to new URL --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ed43ef0..9b1268c 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,16 @@ # reddit-slideshow Site that displays a slideshow with images/gifs obtained from reddit. By default images will be fetched from reddit frontpage. -Currently hosted at https://redditslideshow.netlify.com/ +Currently hosted at https://redditslideshow.com/ ## Usage You can go to the previous/next slide by pressing `A` or `D` respectively, or by using the arrow keys. You can add, for example, `/r/pics` to the url and data will be fetched from reddit.com/r/pics. Try the following URLs: -- https://redditslideshow.netlify.com/r/pics -- https://redditslideshow.netlify.com/r/art -- https://redditslideshow.netlify.com/r/aww +- https://redditslideshow.com/r/pics +- https://redditslideshow.com/r/art +- https://redditslideshow.com/r/aww ## Todo - Detect / handle invalid URLs. @@ -19,4 +19,4 @@ You can add, for example, `/r/pics` to the url and data will be fetched from red --- -Made with React using `create-react-app`, based on http://redditp.com/ \ No newline at end of file +Made with React using `create-react-app`, based on http://redditp.com/