Fix typos in README.md

This commit is contained in:
Saunier Thibault 2016-08-25 22:13:40 -03:00 committed by GitHub
parent de987e8c61
commit 3cbd0a861d

View file

@ -1,6 +1,6 @@
# gst-all
GStreamer meson based repositories aggregrator
GStreamer [meson](http://mesonbuild.com/) based repositories aggregrator
You can build GStreamer and all its component at once using
meson and its "subproject" feature.
@ -11,9 +11,9 @@ gst-all also contains a special `uninstalled` target that lets you enter
an uninstalled development environment where you will be able
to work on GStreamer easily.
Inside that the environment you will find the GStreamer module
Inside that environment you will find the GStreamer modules
in subprojects/, you can simply hack in there and to rebuild you
just need to rerun ninja.
just need to rerun `ninja`.
## Build a project based on GStreamer