From 04f89c48eef13f8b6fcbef25f4d8200ed5360c1a Mon Sep 17 00:00:00 2001
From: Luiz Carlos <luicfrr+github@gmail.com>
Date: Tue, 2 Apr 2024 07:38:42 -0300
Subject: [PATCH] docs: Update FRAME_PROCESSOR_PLUGINS.mdx (#2705)

Updating plugin version/description
---
 docs/docs/guides/FRAME_PROCESSOR_PLUGINS.mdx | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/docs/docs/guides/FRAME_PROCESSOR_PLUGINS.mdx b/docs/docs/guides/FRAME_PROCESSOR_PLUGINS.mdx
index a425609ab5..fe07114437 100644
--- a/docs/docs/guides/FRAME_PROCESSOR_PLUGINS.mdx
+++ b/docs/docs/guides/FRAME_PROCESSOR_PLUGINS.mdx
@@ -36,12 +36,11 @@ cd ios && pod install
 * [tony-xlh/**vision-camera-cropper**](https://github.com/tony-xlh/vision-camera-cropper): A plugin to crop frames and save frames to files or as base64.
 * [aarongrider/**vision-camera-ocr**](https://github.com/aarongrider/vision-camera-ocr): A plugin to detect text in real time using MLKit Text Detector (OCR).
 * [yasintorun/**vision-camera-base64**](https://github.com/yasintorun/vision-camera-base64): A plugin to convert a Frame to a base64 string.
-
+* [nonam4/**react-native-vision-camera-face-detector**](https://github.com/nonam4/react-native-vision-camera-face-detector): A V4 plugin to detect faces using MLKit.
 
 
 
 <!-- Add your Frame Processor Plugin here! -->
-* [nonam4/**react-native-vision-camera-face-detector**](https://github.com/nonam4/react-native-vision-camera-face-detector): A V3 frame processor plugin to detect faces using MLKit Vision Face Detector.