Skip to content

Commit

Permalink
Sync readme with 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
takama committed Aug 8, 2014
2 parents 12ad944 + 886eca7 commit 31e1078
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Go Daemon
=========

A daemon package for use with Go (golang) services
A daemon package for use with Go (golang) services with no dependencies

[![GoDoc](https://godoc.org/github.com/takama/daemon?status.svg)](https://godoc.org/github.com/takama/daemon)

Expand Down Expand Up @@ -166,6 +166,15 @@ func main() {

[Igor Dolzhikov](https://github.com/takama)

## Contributors

All the contributors are welcome. If you would like to be the contributor please accept some rules.
- The pull requests will be accepted only in "develop" branch
- All modifications or additions should be tested
- Sorry, I'll not accept code with any dependency, only standard library

Thank you for your understanding!

## License

[MIT Public License](https://github.com/takama/daemon/blob/master/LICENSE)

0 comments on commit 31e1078

Please sign in to comment.