From 419a1a89a57bf4f2a8edfc8fd61406dd37d2bf85 Mon Sep 17 00:00:00 2001 From: Jinseo Park Date: Mon, 10 Jun 2019 03:01:38 +0900 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3d5141a..00e093e 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Learning an algorithm gets much easier with visualizing it. Don't get what we me We have multiple repositories under the hood that comprise the website. Take a look at the contributing guidelines in the repository you want to contribute to. -- [**`algorithm-visualizer`**](https://github.com/algorithm-visualizer/algorithm-visualizer) is a web app written in React. It not only contains UI components but also interprets visualizing commands into actual visualizations. +- [**`algorithm-visualizer`**](https://github.com/algorithm-visualizer/algorithm-visualizer) is a web app written in React. It not only contains UI components but also interprets visualizing commands into actual visualizations. Check out [the contributing guidelines](CONTRIBUTING.md). - [**`server`**](https://github.com/algorithm-visualizer/server) serves the web app and provides APIs that it needs on the fly. (e.g., GitHub sign in, compiling/running code, etc.)