Skip to content

Commit

Permalink
fix version in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
heeckhau committed Oct 4, 2024
1 parent 12c29dd commit 1bb6374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ For this demo, we also need to run a local notary server.

1. Clone the TLSNotary repository:
```shell
git clone https://github.com/tlsnotary/tlsn.git --branch "v0.1.0-alpha.6"
git clone https://github.com/tlsnotary/tlsn.git --branch "v0.1.0-alpha.7"
```
2. Edit the notary server config file (`notary/server/config/config.yaml`) to turn off TLS so that the browser extension can connect to the local notary server without requiring extra steps to accept self-signed certificates in the browser.
```yaml
Expand Down

0 comments on commit 1bb6374

Please sign in to comment.