From ac33c9fcc19e20c3e115e54a35333f5a75883211 Mon Sep 17 00:00:00 2001 From: Anton Chekulaev Date: Tue, 20 Aug 2019 12:58:34 +1000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7160469..3a5fb9e 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ Add the dependency: ```gradle dependencies { implementation 'com.crashinvaders.vfx:gdx-vfx-core:0.4.0' - implementation 'com.crashinvaders.vfx:gdx-vfx-effects:0.4.0' + implementation 'com.crashinvaders.vfx:gdx-vfx-effects:0.4.0' // Optional, if you need standard filter/effects. } ```