Skip to content

Commit

Permalink
fix minor typo in greetings example path
Browse files Browse the repository at this point in the history
  • Loading branch information
jlarfors committed Jul 31, 2024
1 parent da8ce4c commit 9931785
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/greetings/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The example includes implementing:
1. Run `make dev` to start the Horizon server in dev mode.
2. Copy the credentials that are output and save it to a file `nats.creds`.
3. Export the `nats.creds` for NATS to use it `export NATS_CREDS=./nats.creds`
4. Run the greetings extension: `go run ./examples/cmd/main.go`
4. Run the greetings extension: `go run ./examples/greetings/cmd/greetings.go`

Once you start the server and create a namespace you should see the "Greetings" portal on the left:

Expand Down

0 comments on commit 9931785

Please sign in to comment.