You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@ Client Features
56
56
* asynchronous(powered by asyncio) and synchronous versions
57
57
* Payload builder/decoder utilities
58
58
* Pymodbus REPL for quick tests
59
-
* Customable framer to allow for custom implementations
59
+
* Customizable framer to allow for custom implementations
60
60
61
61
~~~~~~~~~~~~~~~~~~~~
62
62
Server Features
@@ -125,7 +125,7 @@ If you are looking for UI, checkout `Modbus Simulator <https://github.com/riptid
125
125
Also, if you have a question, please `create a post in discussions q&a topic <https://github.com/riptideio/pymodbus/discussions/new?category=q-a>`_,
126
126
so that others can benefit from the results.
127
127
128
-
If you think, that something in the code is broken/not running well, please `open an issue <https://github.com/riptideio/pymodbus/issues/new>`_, read the Template-text first and then post your issue with your setup informations.
128
+
If you think, that something in the code is broken/not running well, please `open an issue <https://github.com/riptideio/pymodbus/issues/new>`_, read the Template-text first and then post your issue with your setup information.
129
129
130
130
.. important::
131
131
**Note For async clients, it is recommended to use `asyncio` as the async facilitator.**
@@ -154,7 +154,7 @@ Pymodbus REPL Server
154
154
155
155
Pymodbus also comes with a REPL server to quickly run an asynchronous server with additional capabilities out of the box like simulating errors, delay, mangled messages etc.
156
156
157
-
For more infor on REPL Server refer `Pymodbus REPL Server <https://github.com/riptideio/pymodbus/tree/dev/pymodbus/repl>`_
157
+
For more info on REPL Server refer `Pymodbus REPL Server <https://github.com/riptideio/pymodbus/tree/dev/pymodbus/repl>`_
0 commit comments