Skip to content

Commit

Permalink
fix: url for golang client
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Shaw authored Jul 13, 2024
1 parent 0188180 commit dea470b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/docs/go-w3up.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ You'll need [Go](https://go.dev/) version 1.21.4 or higher.
In addition to the w3up library you're also likely to need elements of `go-ucanto` - a library for performing UCAN RPC calls. Add the libraries to your project's dependencies:

```bash
go get github.com/web3.storage/go-w3up
go get github.com/web3.storage/go-ucanto
go get github.com/web3-storage/go-w3up
go get github.com/web3-storage/go-ucanto
```

## Generate a DID
Expand Down

0 comments on commit dea470b

Please sign in to comment.