summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorNĂ­colas F. R. A. Prado <nfraprado@collabora.com>2021-03-17 16:28:27 -0300
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>2021-03-19 01:51:57 +0200
commit7ebc19752a32e42f7a8eee194c1a243b0f41121c (patch)
treece5bea20c656ebd44e5cd41235da57a600c4833f /README.rst
parentf908d49ccef5424830c43b28a079da591fdb0b78 (diff)
Documentation: Fix typos and wrong rST syntax for literals
Fix some typos and some literals using ` instead of ``. Signed-off-by: NĂ­colas F. R. A. Prado <nfraprado@collabora.com> Reviewed-by: Sebastian Fricke <sebastian.fricke@posteo.net> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index b48455ab..1427c714 100644
--- a/README.rst
+++ b/README.rst
@@ -95,9 +95,9 @@ GStreamer can find it.
export GST_PLUGIN_PATH=$(pwd)/build/src/gstreamer
-The debugging tool `gst-launch-1.0` can be used to construct and pipeline and test
-it. The following pipeline will stream from the camera named "Camera 1" onto the
-default video display element on your system.
+The debugging tool ``gst-launch-1.0`` can be used to construct a pipeline and
+test it. The following pipeline will stream from the camera named "Camera 1"
+onto the default video display element on your system.
.. code::