From bba745bb4a8f03569632cfaf5f2cd9c09f6e8f9f Mon Sep 17 00:00:00 2001 From: Edwin Jakobs Date: Sun, 2 Feb 2020 19:34:17 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c9e6386e..6b1e56ee 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,6 @@ A growing library of assorted data structures, algorithms and utilities. ## Create and use local builds of the library -run `./gradlew publishToLocalMaven -Prelease.version=0.4.0-SNAPSHOT` (or import in IntelliJ IDEA and edit the run configuration) +run `./gradlew publishToMavenLocal -Prelease.version=0.4.0-SNAPSHOT` (or import in IntelliJ IDEA and edit the run configuration) In an [`openrndr-template`](https://github.com/openrndr/openrndr-template) based project set `orxUseSnapshot = true` in order to use the snapshot build.