diff --git a/README.md b/README.md new file mode 100644 index 0000000..f2b1950 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +[![Build Status](https://travis-ci.org/bugst/go-serial.svg?branch=master)](https://travis-ci.org/bugst/go-serial) + +A cross-platform serial library for go-lang. + +Documentation and examples: https://godoc.org/go.bug.st/serial + +License: https://github.com/bugst/go-serial/blob/master/LICENSE + diff --git a/doc.go b/doc.go index d24ab8f..0b4d396 100644 --- a/doc.go +++ b/doc.go @@ -5,7 +5,7 @@ // /* -This is a cross-platform serial library for go. +A cross-platform serial library for the go language. The canonical import for this library is go.bug.st/serial so the import line is the following: