Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
removed erroneous comment.
  • Loading branch information
daidoji authored Nov 18, 2024
1 parent cb7663d commit 458b290
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 @@ -52,7 +52,7 @@ Typescript source files needs to be transpiled before running scripts or integra
await ready();
const bran = randomPasscode(); // Shared secret with keria
const bran = randomPasscode();
const url = 'http://127.0.0.1:3901';
const boot_url = 'http://127.0.0.1:3903';
const actualSignifyClient = new SignifyClient(
Expand Down

0 comments on commit 458b290

Please sign in to comment.