From 4ec8ffcf53c3bda69bc7be4d287567d9b2022b42 Mon Sep 17 00:00:00 2001 From: Mateo Silguero Date: Wed, 2 Oct 2019 01:50:16 -0700 Subject: [PATCH] Update images-plugin.md (#562) Summary: the name of the plugin into documentation is not correct. ## Changelog chore: plugin-name Pull Request resolved: https://github.com/facebook/flipper/pull/562 Differential Revision: D17709629 Pulled By: passy fbshipit-source-id: ce6233ce9cac67c42b0501bd969c46114d74365a --- docs/setup/images-plugin.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/setup/images-plugin.md b/docs/setup/images-plugin.md index 11c030b4d..2bec478eb 100644 --- a/docs/setup/images-plugin.md +++ b/docs/setup/images-plugin.md @@ -13,7 +13,7 @@ The Fresco images plugin is shipped as a separate Maven artifact: ```groovy dependencies { - debugImplementation 'com.facebook.flipper:flipper-images-plugin:0.25.0' + debugImplementation 'com.facebook.flipper:flipper-fresco-plugin:0.25.0' } ```