Fix typos in README.md
authorSaunier Thibault <saunierthibault@gmail.com>
Fri, 26 Aug 2016 01:13:40 +0000 (22:13 -0300)
committerGitHub <noreply@github.com>
Fri, 26 Aug 2016 01:13:40 +0000 (22:13 -0300)
README.md

index 4a4b51f..04c154d 100644 (file)
--- a/README.md
+++ b/README.md
@@ -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