Skip to content

Commit

Permalink
Refined example
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanb committed Nov 11, 2022
1 parent 30585be commit 2d54d15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ import "github.com/stefanb/osmshortlink-go"
func main() {
shortlink, err := osmshortlink.Create(46.05141, 14.50604, 17)
if err != nil {
fmt.Println(err)
panic(err)
}
fmt.Println(shortlink)
}
```

Prints: https://osm.org/go/0Ik3VNr_A-?m
Prints: [`https://osm.org/go/0Ik3VNr_A-?m`](https://osm.org/go/0Ik3VNr_A-?m)

0 comments on commit 2d54d15

Please sign in to comment.