Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
wendy512 committed Oct 14, 2024
1 parent 2850600 commit fe407c9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/go-vet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
push:
branches:
- master
paths-ignore:
- 'docs/**'
- '**/*.md'
pull_request:
branches:
- master
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ The library support the following IEC 104 protocol features:
go get -u github.com/wendy512/iec104
```

- [Client reads and writes values](tests/client_test.go)
- [Client reads and writes values](tests/clien_test.go)

## License
iec104 is based on the [Apache License 2.0](./LICENSE) agreement.
Expand Down
2 changes: 1 addition & 1 deletion README_zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ IEC 104 是在电力系统和工业自动化领域广泛使用的协议,旨在
go get -u github.com/wendy512/iec104
```

- [客户端读和写入值](tests/client_test.go)
- [客户端读和写入值](tests/clien_test.go)

## 开源许可
iec104 基于 [Apache License 2.0](./LICENSE) 协议。
Expand Down

0 comments on commit fe407c9

Please sign in to comment.