From 0048ea7fa43d7b529b764bf720879b70e786cf0e Mon Sep 17 00:00:00 2001 From: Jules Youngberg Date: Sat, 21 May 2022 10:22:21 -0700 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 42dc836..7bee3ee 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ cp mediapipe/cpuhost.h /usr/local/include/mediagraph.h Add the following to your dependencies list in `Cargo.toml`: ```toml -ux-mediapipe = "https://github.com/julesyoungberg/ux-mediapipe" +ux-mediapipe = { git "https://github.com/julesyoungberg/ux-mediapipe" } ``` ## binding generation