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