diff --git a/README.md b/README.md index fc05fe3..de4e5c3 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # dijkstra-frontend -Find the the shortest path between different cities in Belgium with Dijkstra alogrithm. +Find the the shortest path between different cities in Belgium with Dijkstra algorithm. -Frontend: https://dijkstra.ruihildt.xyz/ -Backend: https://dijkstra-backend.herokuapp.com/ -Backend Source: https://github.com/ruihildt/dijkstra/ -Frontend Source: https://github.com/ruihildt/dijkstra-frontend \ No newline at end of file +- Frontend: https://dijkstra.ruihildt.xyz/ +- Backend: https://dijkstra-backend.herokuapp.com/ + +- Backend Source: https://github.com/ruihildt/dijkstra/