From 4c9e1c552f761e9d9cba7e692bdae61e0f7fb685 Mon Sep 17 00:00:00 2001 From: Abe Pazos Date: Fri, 1 Dec 2023 17:28:15 +0100 Subject: [PATCH] Fix markdown --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 489eb14..ef09906 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Switch to the [next-version branch](https://github.com/openrndr/openrndr-templat openrndr = "0.4.3-alpha4" orx = "0.4.3-alpha4" -You can add other dependencies needed by your project to your [build.gradle.kts](build.gradle.kts) file, inside the dependencies { }` block. +You can add other dependencies needed by your project to your [build.gradle.kts](build.gradle.kts) file, inside the `dependencies { }` block. Remember to reload the Gradle configuration after changing any dependencies.