Skip to content

Commit

Permalink
update example with correct paths
Browse files Browse the repository at this point in the history
  • Loading branch information
quartercastle committed Aug 23, 2023
1 parent 3a88413 commit 2c0756a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,19 +53,19 @@ semver --filter major --explain nmea/v1.4.0 nmea/a60cdb4

```txt
MAJOR: value spec has changed signature
v1/mtk.go:5:2
nmea/v1.4.0/mtk.go:5:2
- TypeMTK = "PMTK"
v2/mtk.go:6:2
nmea/a60cdb4/mtk.go:6:2
+ TypeMTK = "MTK001"
MAJOR: type spec has changed signature
v1/dbs.go:10:6
nmea/v1.4.0/dbs.go:10:6
- DBS struct {
DepthFeet float64
DepthMeters float64
DepthFathoms float64
}
v2/dbs.go:14:6
nmea/a60cdb4/dbs.go:14:6
+ DBS struct {
DepthFeet float64
DepthFeetUnit string
Expand Down

0 comments on commit 2c0756a

Please sign in to comment.