Skip to content

Commit bac809c

Browse files
committed
Fixed minor documentation typos
1 parent 0925f99 commit bac809c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

‎README.md‎

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,25 @@
22

33
# go.bug.st/serial
44

5-
A cross-platform serial library for go-lang.
5+
A cross-platform serial port library for Go.
66

77
## Documentation and examples
88

9-
See the godoc here: https://godoc.org/go.bug.st/serial
9+
See the package documentation here: https://pkg.go.dev/go.bug.st/serial
1010

1111
## go.mod transition
1212

13-
This library now support `go.mod` with the import `go.bug.st/serial`.
13+
This library supports `go.mod` with the import `go.bug.st/serial`.
1414

15-
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.
15+
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 updates. The latest `v1` release is still available using the old import path.
1616

1717
## Credits
1818

1919
:sparkles: Thanks to all awesome [contributors]! :sparkles:
2020

2121
## License
2222

23-
The software is release under a [BSD 3-clause license]
23+
This software is released under the [BSD 3-clause license].
2424

2525
[contributors]: https://github.com/bugst/go-serial/graphs/contributors
2626
[BSD 3-clause license]: https://github.com/bugst/go-serial/blob/master/LICENSE

0 commit comments

Comments
 (0)