From 44c43cad05c44e029f63a21a43a2f7a173526791 Mon Sep 17 00:00:00 2001 From: Jules Youngberg Date: Sun, 12 Jun 2022 17:36:55 -0700 Subject: [PATCH] update readme --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c06a1f9..1aca36c 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,9 @@ # mediapipe-rs -Simple rust bindings for mediapipe. +Simple rust bindings for (mediapipe)[https://mediapipe.dev/]. Forked from: https://github.com/angular-rust/ux-mediapipe 🙏 + And heavily based on this example: https://github.com/asprecic/mediapipe-qt-integration-example 🤌 ## requirements @@ -61,4 +62,4 @@ mkdir mediapipe cp -R ../mediapipe/mediapipe/modules ./mediapipe/modules ``` -The path to mediapipe may be different depending on where you've cloned it. +The path to mediapipe may be different depending on where you have cloned it to.