From 5e24f0e9d72fb00794d808d8c8344f992d882793 Mon Sep 17 00:00:00 2001
From: Leon Mika <lmika@lmika.org>
Date: Sat, 22 Oct 2022 09:26:18 +1100
Subject: [PATCH] Updated the README file

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

diff --git a/README.md b/README.md
index 553043d..7319afd 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ breaking concentration, especially if you do a lot in the terminal.
 
 More info about the available tools are available here:
 
-- [dynamo-browse](https://audax.tools/docs/dynamo-browse): Browse DynamoDB tables
+- [dynamo-browse](https://audax.tools/dynamo-browse): Browse DynamoDB tables
 
 ## Install
 
@@ -23,9 +23,9 @@ Binary packages can be [download from the release page](https://github.com/lmika
 If you have Go 1.18, you can install using the following command:
 
 ```
-go install github.com/lmika/audax/cmd/dynamo-browse@v0.0.2
+go install github.com/lmika/audax/cmd/dynamo-browse@v0.1.0
 ```
 
 ## License
 
-Audax toolset is released under the MIT License.
\ No newline at end of file
+Audax toolset is released under the MIT License.