Skip to content

Commit a567be0

Browse files
author
Felix Exner (fexner)
authored
[doc] Fix syntax in example.rst (#207)
The list wasn't formatted correctly
1 parent 548f3b7 commit a567be0

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

doc/example.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ Example driver
55
In the ``examples`` subfolder you will find a minimal example of a running driver. It starts an
66
instance of the ``UrDriver`` class and prints the RTDE values read from the controller. To run it make
77
sure to
8-
* have an instance of a robot controller / URSim running at the configured IP address (or adapt the
9-
address to your needs)
10-
* run it from the package's main folder (the one where this README.md file is stored), as for
11-
simplicity reasons it doesn't use any sophisticated method to locate the required files.
8+
9+
* have an instance of a robot controller / URSim running at the configured IP address (or adapt the
10+
address to your needs)
11+
* run it from the package's main folder (the one where this README.md file is stored), as for
12+
simplicity reasons it doesn't use any sophisticated method to locate the required files.

0 commit comments

Comments
 (0)