example: finish readme, small tuning

This commit is contained in:
Michael Muré
2025-02-25 13:16:53 +01:00
committed by Michael Muré
parent c670433335
commit df6dfee210
4 changed files with 35 additions and 8 deletions

View File

@@ -50,7 +50,7 @@ func run(ctx context.Context, aliceUrl string, aliceDid did.DID, serverUrl strin
log.Printf("Bob DID is %s", d.String())
cli, err := client.NewClient(priv, protocol.NewRequester(aliceUrl))
cli, err := client.NewClient(priv, protocol.NewRequester("http://"+aliceUrl))
if err != nil {
return err
}