diff --git a/README.md b/README.md index 97e4843..078395f 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,10 @@ It is mainly used to monitor and produce messages in Kafka Clusters for debuggin ## Download -Kafka Visualizer is distributed as an executable JAR file, you can download it from [here](https://github.com/kumait/kafkavisualizer/releases/download/untagged-6013278681c8aa9e10ad/kafkavisualizer-1.0.jar), to run it -you need Java 11 or newer. +Kafka Visualizer is distributed as an executable JAR file, you can download the last release from the releases page. + +You need Java 11 or newer. ```bash -java -jar kafkavisualizer-1.0.jar +java -jar kafkavisualizer-1.x.x.jar ``` \ No newline at end of file