Skip to content

Commit

Permalink
Fix a few README spelling/style issues, use newer link
Browse files Browse the repository at this point in the history
  • Loading branch information
jhart-r7 committed Jul 24, 2015
1 parent 932939a commit f35cf7d
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
RModBus [![Build Status](https://secure.travis-ci.org/flipback/rmodbus.png)](http://travis-ci.org/flipback/rmodbus)
==========================

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

Features
---------------------------
Expand All @@ -25,9 +25,11 @@ Support functions
Installation
------------------------------------

Download and install RModBus with the following
Download and install RModBus with the following:

**$ gem install rmodbus**
```
gem install rmodbus
```

Example
------------------------------------
Expand Down Expand Up @@ -55,15 +57,17 @@ Example
GitHub
----------------------------------

You can checkout source code from GitHub repositry
You can checkout source code from GitHub repository:

**$ git clone git://github.com/flipback/RModBus.git**
```
git clone git://github.com/flipback/RModBus.git
```

Reference
----------------------------------

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

RModBud on GitHub: http://github.com/flipback/RModBus
RModBus on GitHub: http://github.com/flipback/RModBus

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

0 comments on commit f35cf7d

Please sign in to comment.