From f35af751e758265115bca56ac4ea3ecf69ed6174 Mon Sep 17 00:00:00 2001 From: Abe Pazos Date: Tue, 16 May 2023 05:14:37 +0000 Subject: [PATCH] Update README.md - Add version badge (#311) --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2e580d7f..52be305a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # ORX (OPENRNDR EXTRA) +[![Download](https://maven-badges.herokuapp.com/maven-central/org.openrndr.extra/orx-parameters-jvm/badge.svg)](https://mvnrepository.com/artifact/org.openrndr.extra) + A growing library of assorted data structures, algorithms and utilities to complement [OPENRNDR](https://github.com/openrndr/openrndr). @@ -99,4 +101,4 @@ maven repository with the same logic as before. Once that's done, you can use the local build of ORX in your [openrndr-template](https://github.com/openrndr/openrndr-template) by specifying the version you published. In this -case, it would be "0.4.3-SNAPSHOT". \ No newline at end of file +case, it would be "0.4.3-SNAPSHOT".