From d27df9d604c11c82fec4712a28b3ca2b98f5bba1 Mon Sep 17 00:00:00 2001 From: ruihildt Date: Mon, 28 Sep 2020 22:17:43 +0000 Subject: [PATCH] Update deployment and git repo link --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e1617a5..6c4f3ae 100644 --- a/README.md +++ b/README.md @@ -2,14 +2,14 @@ A react application using typescript showing the albums of an artist the user is searching for using a GraphQL endpoint. -- Deployed app: https://ruihildt.github.io/spoti-search/ +- Deployed app: https://spoti-search.ruihildt.xyz/ - Endpoint: https://spotify-graphql-server.herokuapp.com/graphql ## Using the app ### Installation -1. Clone the git repo [from here](https://github.com/ruihildt/spoti-search). +1. Clone the git repo [from here](https://git.ruihildt.xyz/ruihildt/spoti-search/). 2. Install libraries using yarn (can also be run with npm): `yarn install` ### Usage