From 07598fdbbeaad23f99a14aa89883c43aa5e7cc11 Mon Sep 17 00:00:00 2001 From: Edwin Jakobs Date: Mon, 5 Nov 2018 20:32:13 +0100 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1f97ef15..c4095bd5 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ A growing library of assorted data structures, algorithms and utilities. ## Usage +ORX is build against OPENRNDR 0.3.28, make sure you use this version in your project. + Easiest way to add ORX to your project is through the use of Jitpack Add repository: @@ -20,6 +22,6 @@ repositories { Add dependency: ``` dependencies { - compile 'com.github.openrndr.orx::v0.0.7' + compile 'com.github.openrndr.orx::v0.0.8' } -``` \ No newline at end of file +```