From 2e76ecd46ec084520dede6817bba1f88076e15ff Mon Sep 17 00:00:00 2001 From: Ruben Gonzalez Date: Mon, 30 Oct 2017 08:55:34 +0100 Subject: [PATCH] Fix typo in sdroege/gst-plugin-rs repo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fc1624bf3..cf8c9b6d4 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ GStreamer. Generally they are meant to be used as the building block for higher-level abstractions like: * Application-side bindings for GStreamer: https://github.com/sdroege/gstreamer-rs - * Crate for writing GStreamer plugins in Rust: https://github.com/sdroege/gst-plugins-rs + * Crate for writing GStreamer plugins in Rust: https://github.com/sdroege/gst-plugin-rs The bindings are autogenerated with [gir](https://github.com/gtk-rs/gir/) based on the [GObject-Introspection](https://wiki.gnome.org/Projects/GObjectIntrospection/)