Skip to content

Commit c201144

Browse files
committed
Minor updates to README
1 parent 1013194 commit c201144

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.rst

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,9 @@ trace them. I get a lot of email and sometimes these requests
9494
get lost in the noise: http://groups.google.com/group/pymodbus or
9595
at gitter: https://gitter.im/pymodbus_dev/Lobby
9696

97-
------------------------------------------------------------
97+
============================================================
9898
Pymodbus REPL (Read Evaluate Procee Loop)
99-
------------------------------------------------------------
99+
============================================================
100100
Starting with Pymodbus 2.x, pymodbus library comes with handy
101101
Pymodbus REPL to quickly run the modbus clients in tcp/rtu modes.
102102

@@ -106,9 +106,9 @@ the diagnostic function codes directly .
106106

107107
For more info on REPL refer `Pymodbus REPL <pymodbus/repl/README.md>`_
108108

109-
------------------------------------------------------------
109+
============================================================
110110
Installing
111-
------------------------------------------------------------
111+
============================================================
112112

113113
You can install using pip or easy install by issuing the following
114114
commands in a terminal window (make sure you have correct
@@ -144,9 +144,9 @@ out all mentions of twisted. It should be noted that without twisted,
144144
one will only be able to run the synchronized version as the
145145
asynchronous versions uses twisted for its event loop.
146146

147-
------------------------------------------------------------
147+
============================================================
148148
Current Work In Progress
149-
------------------------------------------------------------
149+
============================================================
150150

151151
Since I don't have access to any live modbus devices anymore
152152
it is a bit hard to test on live hardware. However, if you would
@@ -182,14 +182,14 @@ Use make to perform a range of activities
182182
make tox run the tests on all Python versions
183183
make clean cleanup all temporary files
184184

185-
------------------------------------------------------------
185+
============================================================
186186
Contributing
187-
------------------------------------------------------------
187+
============================================================
188188
Just fork the repo and raise your PR against `dev` branch.
189189

190-
------------------------------------------------------------
190+
============================================================
191191
License Information
192-
------------------------------------------------------------
192+
============================================================
193193

194194
Pymodbus is built on top of code developed from/by:
195195
* Copyright (c) 2001-2005 S.W.A.C. GmbH, Germany.

0 commit comments

Comments
 (0)