fix readme typo

This commit is contained in:
Jules Youngberg 2022-06-06 22:38:23 -07:00
parent 1c23994f0d
commit 52c7c68995

View File

@ -43,7 +43,7 @@ cp mediapipe/mediagraph.h /usr/local/include/mediagraph.h
Add the following to your dependencies list in `Cargo.toml`: Add the following to your dependencies list in `Cargo.toml`:
```toml ```toml
ux-mediapipe = { git "https://github.com/julesyoungberg/ux-mediapipe" } ux-mediapipe = { git = "https://github.com/julesyoungberg/ux-mediapipe" }
``` ```
## binding generation ## binding generation