From 4b44a6ff695e8970d9614d156110a039b9254e26 Mon Sep 17 00:00:00 2001
From: Kalin Canov <kalin.canov@vereign.com>
Date: Thu, 30 Jun 2022 12:09:54 +0000
Subject: [PATCH] Update README.md

---
 README.md | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 6348ed8..9526ee3 100644
--- a/README.md
+++ b/README.md
@@ -53,7 +53,7 @@ To run the linters go to the root project directory and run:
 golangci-lint run
 ```
 
-### Dependencies and Vendor
+## Dependencies
 
 The project uses Go modules for managing dependencies, and we commit the `vendor` directory.
 When you add/change dependencies, be sure to clean and update the `vendor` directory before
@@ -63,7 +63,9 @@ go mod tidy
 go mod vendor
 ```
 
+[Dependencies](go.mod)
+
 ## License
 <hr/>
 
-[Apache 2.0 license](LICENSE)
\ No newline at end of file
+[Apache 2.0 license](LICENSE)
-- 
GitLab