From 31ca6f4a7831ef5d2af5a6890e8e1bab30aa726b Mon Sep 17 00:00:00 2001
From: Bohdan Liashenko
Date: Sat, 11 Sep 2021 13:27:58 +0200
Subject: [PATCH] Update README.md
---
README.md | 16 +++++++---------
1 file changed, 7 insertions(+), 9 deletions(-)
diff --git a/README.md b/README.md
index b20bb07..ca80c96 100644
--- a/README.md
+++ b/README.md
@@ -18,6 +18,9 @@
Support
+**Have you ever got lost in a big or unknown codebase?** This tool will help you to solve that. Also, it will increase your development speed and give more knowledge about your application architecture.
+> If you like this project, follow me on Twitter [@bliashenko](https://twitter.com/bliashenko) to hear about things I am building.
+
## Codecrumbs v2
Check out new version of this project as [standalone application](https://codecrumbs.io). Just in a few clicks you can start exploring a codebase in more efficient way, create interactive visual guides and share them with others on your own blog! See [quick guide here](https://codecrumbs.io/guides/web-app-with-github/).
@@ -28,21 +31,16 @@ Check out new version of this project as [standalone application](https://codecr
+## Demo
+Check out prepared example for [**standalone version running here**](https://codecrumbs.io/app).
+
+## Codecrumbs v1
-## What
-> **Have you ever got lost in a big or unknown codebase?** This tool will help you to solve that. Also, it will increase your development speed and give more knowledge about your application architecture.
->
>**How it works?** You run `codecrumbs` command for a codebase, it analyzes source code and builds its visual representation. Write down a codecrumb-comment and codebase state will be reflected by visual client in browser on the fly.
>
> Check out [my talk at React-Finland](https://www.youtube.com/watch?v=S_1-1jzLxm4) for more details.
-> If you like this project, follow me on Twitter [@bliashenko](https://twitter.com/bliashenko) to hear about things I am building.
-
-## Demo
-Check out prepared example for [**standalone version running here**](https://codecrumbs.io/app).
-
-## Codecrumbs v1
## Get started