Skip to content

Commit

Permalink
fix(doc): correct import example
Browse files Browse the repository at this point in the history
  • Loading branch information
brianmcgee committed Sep 29, 2022
1 parent e90ab62 commit 7cfa387
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ $ go get -u github.com/41north/go-natschannel
Add this import line to the file you're working in:

```Go
import natschannel "github.com/41north/go-natschannel"
import "github.com/41north/go-natschannel"
```

## Quick Start
Expand Down

0 comments on commit 7cfa387

Please sign in to comment.