Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zankich committed Jan 15, 2015
1 parent 9bfed18 commit faa6eee
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ Want to use Ruby or Javascript on robots? Check out our sister projects Artoo (h
[![GoDoc](https://godoc.org/github.com/hybridgroup/gobot?status.svg)](https://godoc.org/github.com/hybridgroup/gobot)
[![Build Status](https://travis-ci.org/hybridgroup/gobot.png?branch=master)](https://travis-ci.org/hybridgroup/gobot) [![Coverage Status](https://coveralls.io/repos/hybridgroup/gobot/badge.png?branch=master)](https://coveralls.io/r/hybridgroup/gobot?branch=master)

## Getting Started

Get the Gobot source with: `go get -d -u github.com/hybridgroup/gobot/...`

## Examples

Expand Down Expand Up @@ -134,10 +137,6 @@ drivers provided using the gobot-i2c module:

More platforms and drivers are coming soon...

## Getting Started

Install Gobot with: `go get -d -u github.com/hybridgroup/gobot/...`

## API:

Gobot includes a RESTful API to query the status of any robot running within a group, including the connection and device status, and execute device commands.
Expand Down Expand Up @@ -166,6 +165,11 @@ We're busy adding documentation to our web site at http://gobot.io/ please check

Thank you!

## Need help?
* Join our mailing list: https://groups.google.com/forum/#!forum/gobotio
* IRC: `#gobotio @ irc.freenode.net`
* Issues: https://github.com/hybridgroup/gobot/issues

## Contributing
* All active development is in the `dev` branch. New or updated features must be added to the `dev` branch. Hotfixes will be considered on the `master` branch in situations where it does not alter behaviour or features, only fixes a bug.
* All patches must be provided under the Apache 2.0 License
Expand All @@ -183,4 +187,4 @@ Thank you!


## License
Copyright (c) 2013-2014 The Hybrid Group. Licensed under the Apache 2.0 license.
Copyright (c) 2013-2015 The Hybrid Group. Licensed under the Apache 2.0 license.

0 comments on commit faa6eee

Please sign in to comment.