From 3b4e38d06cf88aaffe72ed27c1211328d22e18f6 Mon Sep 17 00:00:00 2001 From: tinyzimmer <38474291+tinyzimmer@users.noreply.github.com> Date: Wed, 7 Oct 2020 14:43:01 +0300 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 94cf663..046c32b 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Go bindings for the gstreamer C library See the [godoc.org](https://godoc.org/github.com/tinyzimmer/go-gst) or [pkg.go.dev](https://pkg.go.dev/github.com/tinyzimmer/go-gst) references for documentation and examples. As the latter requires published tags, see godoc.org for the latest documentation of master at any point in time. -For more examples see the `examples` folder [here](examples/) and command line implementation [here](cmd/go-gst). +For more examples see the `examples` folder [here](examples/). ## Requirements