Skip to content

Commit

Permalink
docs: fix go get path
Browse files Browse the repository at this point in the history
Use the correct import path when installing the package in the example
documentation.
  • Loading branch information
subpop committed Jan 18, 2024
1 parent f15a910 commit 8376468
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 @@ -69,7 +69,7 @@ $ SEED=100 xrhidgen user
### Installation

```
go get github.com/subpop/xrhidgen/cmd/xrhidgen@latest
go get github.com/subpop/xrhidgen@latest
```

### Usage
Expand Down

0 comments on commit 8376468

Please sign in to comment.