diff --git a/README.md b/README.md index d628a0f..3a932a0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ # apk-dependency-graph Android dependency visualizer. It's tool that helps to visualize current state of your project. It's really easy to see how tight your classes are coupled. +## Hashtag +`#apkdependencyvizualizer` + ##Theory Class coupling is one of the significant code metrics which shows how easy is to change your code. Actually the architecture of microservices is based on the idea that the modules should be low-coupled so you are able to easily replace one module with another one with the same interface. This tool helps to view whole picture of your project. Check yourself!