From 52c7c68995dd89b992f7e61103b1a9ab93ffbc6a Mon Sep 17 00:00:00 2001 From: Jules Youngberg Date: Mon, 6 Jun 2022 22:38:23 -0700 Subject: [PATCH] fix readme typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4f8b422..757d01a 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ cp mediapipe/mediagraph.h /usr/local/include/mediagraph.h Add the following to your dependencies list in `Cargo.toml`: ```toml -ux-mediapipe = { git "https://github.com/julesyoungberg/ux-mediapipe" } +ux-mediapipe = { git = "https://github.com/julesyoungberg/ux-mediapipe" } ``` ## binding generation