diff --git a/developing-with-nats/intro-6/pubsub.md b/developing-with-nats/intro-6/pubsub.md index d4c6790..9bd6855 100644 --- a/developing-with-nats/intro-6/pubsub.md +++ b/developing-with-nats/intro-6/pubsub.md @@ -54,7 +54,7 @@ You should see the message: _Listening on \[msg.test\]_ You will use this session to run a NATS publisher client. -## 6. CD to the examples directory +### 6. CD to the examples directory ```bash % cd $GOPATH/src/github.com/nats-io/nats.go/examples