Skip to content

Commit 19f3aeb

Browse files
committed
updates CONTRIBUTING.md
1 parent 80ac5d3 commit 19f3aeb

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,11 @@ Our automated PR checks verify that:
7979

8080
To build OpenPubkey, ensure you have Go version `>= 1.20` installed. To verify which version you have installed, try `go version`.
8181

82-
To run the [Google example](https://github.com/openpubkey/openpubkey/tree/main/examples/google):
83-
1. Navigate to the `examples/google/` directory.
82+
To run the [Simple example](https://github.com/openpubkey/openpubkey/tree/main/examples/simple):
83+
1. Navigate to the `examples/simple/` directory.
8484
2. Execute `go build`
85-
3. Execute `./google login` to generate a valid PK token using Google as your OIDC provider.
86-
4. Execute `./google sign` to use the PK token generated in (3) to sign a verifiable message.
85+
3. Execute `./simple login` to generate a valid PK token using Google as your OIDC provider.
86+
4. Execute `./simple sign` to use the PK token generated in (3) to sign a verifiable message.
8787

8888
# Contributing Roles
8989

0 commit comments

Comments
 (0)