Skip to content

Commit

Permalink
Reword readme (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoelho authored May 24, 2021
1 parent e09fe97 commit cb19f88
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
on:
push:
branches:
- master
branches: [master, main]

jobs:
release-on-push:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

[![GoDoc](https://godoc.org/github.com/jacoelho/go-iso7064?status.svg)](https://pkg.go.dev/github.com/jacoelho/go-iso7064?tab=overview)

Go check character system implementation as described in [ISO/IEC 7064:2003](https://www.iso.org/standard/31531.html).
Check character system implementation in [Go](https://golang.org) as described in [ISO/IEC 7064:2003](https://www.iso.org/standard/31531.html).

## Instalation

```go
```bash
go get -u github.com/jacoelho/go-iso7064/iso7064
```

Expand Down

0 comments on commit cb19f88

Please sign in to comment.