Skip to content

Commit f35cf7d

Browse files
committed
Fix a few README spelling/style issues, use newer link
1 parent 932939a commit f35cf7d

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

README.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
RModBus [![Build Status](https://secure.travis-ci.org/flipback/rmodbus.png)](http://travis-ci.org/flipback/rmodbus)
22
==========================
33

4-
**RModBus** - free implementation of protocol ModBus written in pure Ruby.
4+
**RModBus** - free implementation of ModBus protocol in pure Ruby.
55

66
Features
77
---------------------------
@@ -25,9 +25,11 @@ Support functions
2525
Installation
2626
------------------------------------
2727

28-
Download and install RModBus with the following
28+
Download and install RModBus with the following:
2929

30-
**$ gem install rmodbus**
30+
```
31+
gem install rmodbus
32+
```
3133

3234
Example
3335
------------------------------------
@@ -55,15 +57,17 @@ Example
5557
GitHub
5658
----------------------------------
5759

58-
You can checkout source code from GitHub repositry
60+
You can checkout source code from GitHub repository:
5961

60-
**$ git clone git://github.com/flipback/RModBus.git**
62+
```
63+
git clone git://github.com/flipback/RModBus.git
64+
```
6165

6266
Reference
6367
----------------------------------
6468

6569
Home page: http://rmodbus.flipback.net
6670

67-
RModBud on GitHub: http://github.com/flipback/RModBus
71+
RModBus on GitHub: http://github.com/flipback/RModBus
6872

69-
ModBus community: http://www.modbus-ida.org
73+
ModBus specifications: http://www.modbus.org/specs.php

0 commit comments

Comments
 (0)