From 49ab90eff3d2b2747212259972a95162b2c973bf Mon Sep 17 00:00:00 2001 From: Cristian Maglie Date: Mon, 20 Apr 2020 00:08:51 +0200 Subject: [PATCH] Updates to readme --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dc3588f..b05796c 100644 --- a/README.md +++ b/README.md @@ -12,10 +12,16 @@ See the godoc here: https://godoc.org/go.bug.st/serial This library now support `go.mod` with the import `go.bug.st/serial`. -If you came from the pre-`go.mod` era please update your import paths from `go.bug.st/serial.v1` to `go.bug.st/serial` to receive new updates. Anyway, the latest "`v1`" release should still be avaiable using the old import. +If you came from the pre-`go.mod` era please update your import paths from `go.bug.st/serial.v1` to `go.bug.st/serial` to receive new updates. Anyway, the latest `v1` release should still be avaiable using the old import. + +## Credits + +:sparkles: Thanks to all awesome [contributors]! :sparkles: ## License -The software is release under a BSD 3-clause license +The software is release under a [BSD 3-clause license] + +[contributors]: https://github.com/bugst/go-serial/graphs/contributors +[BSD 3-clause license]: https://github.com/bugst/go-serial/blob/master/LICENSE -https://github.com/bugst/go-serial/blob/v1/LICENSE