Skip to content

Commit 029b63e

Browse files
authored
Rework README.md (#2)
1 parent 88927bd commit 029b63e

File tree

2 files changed

+5
-27
lines changed

2 files changed

+5
-27
lines changed

README.md

Lines changed: 5 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# go-canopen
22

3+
[main]: https://github.com/jaster-prj/go-canopen/actions/workflows/ci.yml
4+
[main-svg]: https://github.com/jaster-prj/go-canopen/actions/workflows/ci.yml/badge.svg
5+
36
Implement canopen protocol with [https://github.com/angelodlfrtr/go-can](https://github.com/angelodlfrtr/go-can)
47

58
Port of [https://github.com/christiansandberg/canopen](https://github.com/christiansandberg/canopen)
@@ -8,7 +11,7 @@ written in Python
811
## Installation
912

1013
```bash
11-
go get github.com/angelodlfrtr/go-canopen
14+
go get github.com/jaster-prj/go-canopen
1215
```
1316

1417
## Basic usage
@@ -18,32 +21,11 @@ package main
1821

1922
import (
2023
"github.com/angelodlfrtr/go-can"
21-
"github.com/angelodlfrtr/go-canopen"
2224
"github.com/angelodlfrtr/go-can/transports"
25+
"github.com/jaster-prj/go-canopen"
2326
"log"
2427
)
2528

2629
func main() {
2730
}
2831
```
29-
30-
## License
31-
32-
Copyright (c) 2019 The go-canopen contributors
33-
34-
Permission is hereby granted, free of charge, to any person obtaining a copy of
35-
this software and associated documentation files (the "Software"),
36-
to deal in the Software without restriction, including without limitation the
37-
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
38-
sell copies of the Software, and to permit persons to whom the Software is
39-
furnished to do so, subject to the following conditions:
40-
41-
The above copyright notice and this permission notice shall be included in
42-
all copies or substantial portions of the Software.
43-
44-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
45-
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
46-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
47-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
48-
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
49-
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

license_whitelist

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)