diff options
author | NĂcolas F. R. A. Prado <nfraprado@collabora.com> | 2021-03-17 16:28:27 -0300 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2021-03-19 01:51:57 +0200 |
commit | 7ebc19752a32e42f7a8eee194c1a243b0f41121c (patch) | |
tree | ce5bea20c656ebd44e5cd41235da57a600c4833f /README.rst | |
parent | f908d49ccef5424830c43b28a079da591fdb0b78 (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.rst | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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:: |